From d28c9b6f33ae4a95d620d46caa3799292b39480b Mon Sep 17 00:00:00 2001 From: Tomer Kimia Date: Sun, 2 Mar 2014 11:11:04 -0500 Subject: added preliminary homepage --- app/controllers/static_controller.rb | 4 ++++ app/views/static/homepage.html.erb | 1 + 2 files changed, 5 insertions(+) create mode 100644 app/controllers/static_controller.rb create mode 100644 app/views/static/homepage.html.erb (limited to 'app') diff --git a/app/controllers/static_controller.rb b/app/controllers/static_controller.rb new file mode 100644 index 0000000..6fc9490 --- /dev/null +++ b/app/controllers/static_controller.rb @@ -0,0 +1,4 @@ +class StaticController < ApplicationController + def homepage + end +end diff --git a/app/views/static/homepage.html.erb b/app/views/static/homepage.html.erb new file mode 100644 index 0000000..1d999b8 --- /dev/null +++ b/app/views/static/homepage.html.erb @@ -0,0 +1 @@ +

Welcome to Leauger

\ No newline at end of file -- cgit v1.2.3-2-g168b