mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Get rid of the schedule controller
This commit is contained in:
parent
ebb7d8da2c
commit
ce6ed0a8e9
10 changed files with 19 additions and 30 deletions
|
|
@ -101,12 +101,8 @@ Osem::Application.routes.draw do
|
|||
resources :ticket_purchases, only: [:create, :destroy]
|
||||
resource :subscriptions, only: [:create, :destroy]
|
||||
|
||||
resource :schedule, only: [] do
|
||||
get '/' => 'schedule#index'
|
||||
end
|
||||
|
||||
member do
|
||||
get 'gallery_photos'
|
||||
get :schedule
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue