summaryrefslogtreecommitdiff
path: root/app/controllers/static_controller.rb
diff options
context:
space:
mode:
authorTomer Kimia <tkimia@purdue.edu>2014-03-02 11:11:04 -0500
committerTomer Kimia <tkimia@purdue.edu>2014-03-02 11:11:04 -0500
commitd28c9b6f33ae4a95d620d46caa3799292b39480b (patch)
tree689dd9053a7bef60690b201db9fd496c83f4b071 /app/controllers/static_controller.rb
parentc1f3f731cdf3201905fd8797dd4fe33783f2bc53 (diff)
added preliminary homepage
Diffstat (limited to 'app/controllers/static_controller.rb')
-rw-r--r--app/controllers/static_controller.rb4
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