Home page

Layout
Assets
This commit is contained in:
Cesidio Di Landa
2013-04-19 19:51:23 +02:00
parent cee2bd02da
commit 3e96be498e
18 changed files with 162 additions and 118 deletions
+5
View File
@@ -0,0 +1,5 @@
class PagesController < ApplicationController
def home
end
end