Refactor /calendars into it's own controller
Spec it out too
This commit is contained in:
parent
6e276b2787
commit
f23d1f04b5
7 changed files with 128 additions and 74 deletions
|
|
@ -198,6 +198,8 @@ Osem::Application.routes.draw do
|
|||
end
|
||||
end
|
||||
|
||||
resources :calendars, only: :index
|
||||
|
||||
namespace :api, defaults: {format: 'json'} do
|
||||
namespace :v1 do
|
||||
resources :conferences, only: [ :index, :show ] do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue