Rails.root: /Users/sebastien/Projects/fcvq-2016
Routes match in priority from top to bottom
| Helper | HTTP Verb | Path | Controller#Action |
|---|---|---|---|
| Path / Url | |||
| ckeditor_en_path | /en/ckeditor | Ckeditor::Engine {:locale=>"en"} | |
| ckeditor_fr_path | /ckeditor | Ckeditor::Engine {:locale=>"fr"} | |
| rails_admin_en_path | /en/admin | RailsAdmin::Engine {:locale=>"en"} | |
| rails_admin_fr_path | /admin | RailsAdmin::Engine {:locale=>"fr"} | |
| root_en_path | GET | /en | home#index {:locale=>"en"} |
| root_fr_path | GET | / | home#index {:locale=>"fr"} |
| movies_index_en_path | GET | /en/movies(.:format) | movies#index {:locale=>"en", :format=>"html"} |
| movies_index_fr_path | GET | /films(.:format) | movies#index {:locale=>"fr", :format=>"html"} |
| movies_en_path | GET | /en/movies/:movie_slug(.:format) | movies#show {:locale=>"en", :format=>"html"} |
| movies_fr_path | GET | /films/:movie_slug(.:format) | movies#show {:locale=>"fr", :format=>"html"} |
| events_index_en_path | GET | /en/events(.:format) | events#index {:locale=>"en", :format=>"html"} |
| events_index_fr_path | GET | /evenements(.:format) | events#index {:locale=>"fr", :format=>"html"} |
| events_en_path | GET | /en/events/:event_slug(.:format) | events#show {:locale=>"en", :format=>"html"} |
| events_fr_path | GET | /evenements/:event_slug(.:format) | events#show {:locale=>"fr", :format=>"html"} |
| calendar_en_path | GET | /en/calendar(/:date)(.:format) | calendar#index {:locale=>"en", :format=>"html"} |
| calendar_fr_path | GET | /calendrier(/:date)(.:format) | calendar#index {:locale=>"fr", :format=>"html"} |
| GET | /en/404(.:format) | errors#not_found {:locale=>"en", :format=>"html"} | |
| GET | /404(.:format) | errors#not_found {:locale=>"fr", :format=>"html"} | |
| tickets_en_path | GET | /en/beavertix-tickets(.:format) | pages#tickets {:locale=>"en", :format=>"html"} |
| tickets_fr_path | GET | /billetterie-beavertix(.:format) | pages#tickets {:locale=>"fr", :format=>"html"} |
| pages_en_path | GET | /en/:page_slug(.:format) | pages#show {:locale=>"en", :format=>"html"} |
| pages_fr_path | GET | /:page_slug(.:format) | pages#show {:locale=>"fr", :format=>"html"} |
| Routes for Ckeditor::Engine | |||
| pictures_path | GET | /pictures(.:format) | ckeditor/pictures#index |
| POST | /pictures(.:format) | ckeditor/pictures#create | |
| picture_path | DELETE | /pictures/:id(.:format) | ckeditor/pictures#destroy |
| attachment_files_path | GET | /attachment_files(.:format) | ckeditor/attachment_files#index |
| POST | /attachment_files(.:format) | ckeditor/attachment_files#create | |
| attachment_file_path | DELETE | /attachment_files/:id(.:format) | ckeditor/attachment_files#destroy |
| Routes for RailsAdmin::Engine | |||
| dashboard_path | GET | / | rails_admin/main#dashboard |
| index_path | GET|POST | /:model_name(.:format) | rails_admin/main#index |
| new_path | GET|POST | /:model_name/new(.:format) | rails_admin/main#new |
| export_path | GET|POST | /:model_name/export(.:format) | rails_admin/main#export |
| nestable_path | GET|POST | /:model_name/nestable(.:format) | rails_admin/main#nestable |
| bulk_action_path | POST | /:model_name/bulk_action(.:format) | rails_admin/main#bulk_action |
| edit_path | GET|PUT | /:model_name/:id/edit(.:format) | rails_admin/main#edit |
| delete_path | GET|DELETE | /:model_name/:id/delete(.:format) | rails_admin/main#delete |
| show_in_app_path | GET | /:model_name/:id/show_in_app(.:format) | rails_admin/main#show_in_app |
Parameters:
None
Headers:
None