diff options
author | Tomer Kimia <tkimia@purdue.edu> | 2014-03-02 11:11:04 -0500 |
---|---|---|
committer | Tomer Kimia <tkimia@purdue.edu> | 2014-03-02 11:11:04 -0500 |
commit | d28c9b6f33ae4a95d620d46caa3799292b39480b (patch) | |
tree | 689dd9053a7bef60690b201db9fd496c83f4b071 /app/controllers | |
parent | c1f3f731cdf3201905fd8797dd4fe33783f2bc53 (diff) |
added preliminary homepage
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/static_controller.rb | 4 |
1 files changed, 4 insertions, 0 deletions
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 |