diff --git a/app/controllers/page_controller.rb b/app/controllers/page_controller.rb index a596db30..53a884cc 100644 --- a/app/controllers/page_controller.rb +++ b/app/controllers/page_controller.rb @@ -9,6 +9,5 @@ def index end end - def initial_setup - end + def initial_setup; end end