fixes by hound ci
This commit is contained in:
parent
4778564e3e
commit
d498178513
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ Osem::Application.routes.draw do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
resources :conference, :only => [:show] do
|
resources :conference, only: [:show] do
|
||||||
resources :proposal do
|
resources :proposal do
|
||||||
resources :event_attachment, :controller => "event_attachments"
|
resources :event_attachment, :controller => "event_attachments"
|
||||||
patch "/confirm" => "proposal#confirm"
|
patch "/confirm" => "proposal#confirm"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue