diff options
Diffstat (limited to 'app/controllers/static_controller.rb')
-rw-r--r-- | app/controllers/static_controller.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/static_controller.rb b/app/controllers/static_controller.rb index c6df11e..6fc9490 100644 --- a/app/controllers/static_controller.rb +++ b/app/controllers/static_controller.rb @@ -1,2 +1,4 @@ class StaticController < ApplicationController + def homepage + end end |