Small code layout change.
This commit is contained in:
parent
c817b23168
commit
e47b20ec03
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ module ExtraRoutes
|
|||
map.match '/api/taskbar/:id', :to => 'taskbar#show', :via => :get
|
||||
map.match '/api/taskbar', :to => 'taskbar#create', :via => :post
|
||||
map.match '/api/taskbar/:id', :to => 'taskbar#update', :via => :put
|
||||
map.match '/api/taskbar/:id', :to => 'taskbar#destroy', :via => :delete
|
||||
map.match '/api/taskbar/:id', :to => 'taskbar#destroy',:via => :delete
|
||||
end
|
||||
module_function :add
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue