Looking a little more like a real site

This commit is contained in:
Godwin
2013-10-27 19:07:56 -06:00
parent 5681ff1dc5
commit 693dcc31aa
9 changed files with 137 additions and 172 deletions
+3 -2
View File
@@ -1,5 +1,6 @@
class PagesController < ApplicationController
def home
end
def home
@title_img = '/assets/nola.jpg'
end
end