fixes by hound ci

This commit is contained in:
Gopesh Tulsyan 2014-05-15 11:05:18 +05:30
parent 4778564e3e
commit d498178513

View file

@ -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"