diff --git a/config/routes.rb b/config/routes.rb index 9e6633e8..6259c95c 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -51,7 +51,7 @@ Osem::Application.routes.draw do end end - resources :conference, :only => [:show] do + resources :conference, only: [:show] do resources :proposal do resources :event_attachment, :controller => "event_attachments" patch "/confirm" => "proposal#confirm"