Routing Error

No route matches [GET] "/news/2013/06/captain-hook"

Rails.root: /app

Application Trace | Framework Trace | Full Trace

Routes

Routes match in priority from top to bottom

Helper HTTP Verb Path Controller#Action
Path / Url
new_user_session_path GET /users/sign_in(.:format)

devise/sessions#new

user_session_path POST /users/sign_in(.:format)

devise/sessions#create

destroy_user_session_path DELETE /users/sign_out(.:format)

devise/sessions#destroy

new_user_password_path GET /users/password/new(.:format)

devise/passwords#new

edit_user_password_path GET /users/password/edit(.:format)

devise/passwords#edit

user_password_path PATCH /users/password(.:format)

devise/passwords#update

PUT /users/password(.:format)

devise/passwords#update

POST /users/password(.:format)

devise/passwords#create

cancel_user_registration_path GET /users/cancel(.:format)

devise_invitable/registrations#cancel

new_user_registration_path GET /users/sign_up(.:format)

devise_invitable/registrations#new

edit_user_registration_path GET /users/edit(.:format)

devise_invitable/registrations#edit

user_registration_path PATCH /users(.:format)

devise_invitable/registrations#update

PUT /users(.:format)

devise_invitable/registrations#update

DELETE /users(.:format)

devise_invitable/registrations#destroy

POST /users(.:format)

devise_invitable/registrations#create

login_path GET /login(.:format)

devise/sessions#new

signup_path GET /signup(.:format)

devise/registrations#new

logout_path DELETE /logout(.:format)

devise/sessions#destroy

press_kits_path GET /press_kits(.:format)

press_kits#index

POST /press_kits(.:format)

press_kits#create

new_press_kit_path GET /press_kits/new(.:format)

press_kits#new

edit_press_kit_path GET /press_kits/:id/edit(.:format)

press_kits#edit

press_kit_path GET /press_kits/:id(.:format)

press_kits#show

PATCH /press_kits/:id(.:format)

press_kits#update

PUT /press_kits/:id(.:format)

press_kits#update

DELETE /press_kits/:id(.:format)

press_kits#destroy

gigs_path GET /gigs(.:format)

gigs#index

POST /gigs(.:format)

gigs#create

new_gig_path GET /gigs/new(.:format)

gigs#new

edit_gig_path GET /gigs/:id/edit(.:format)

gigs#edit

gig_path GET /gigs/:id(.:format)

gigs#show

PATCH /gigs/:id(.:format)

gigs#update

PUT /gigs/:id(.:format)

gigs#update

DELETE /gigs/:id(.:format)

gigs#destroy

feeds_path GET /feeds(.:format)

feeds#index

POST /feeds(.:format)

feeds#create

new_feed_path GET /feeds/new(.:format)

feeds#new

edit_feed_path GET /feeds/:id/edit(.:format)

feeds#edit

feed_path GET /feeds/:id(.:format)

feeds#show

PATCH /feeds/:id(.:format)

feeds#update

PUT /feeds/:id(.:format)

feeds#update

DELETE /feeds/:id(.:format)

feeds#destroy

news_items_path GET /news_items(.:format)

news_items#index

POST /news_items(.:format)

news_items#create

new_news_item_path GET /news_items/new(.:format)

news_items#new

edit_news_item_path GET /news_items/:id/edit(.:format)

news_items#edit

news_item_path GET /news_items/:id(.:format)

news_items#show

PATCH /news_items/:id(.:format)

news_items#update

PUT /news_items/:id(.:format)

news_items#update

DELETE /news_items/:id(.:format)

news_items#destroy

artworks_path GET /artworks(.:format)

artworks#index

POST /artworks(.:format)

artworks#create

new_artwork_path GET /artworks/new(.:format)

artworks#new

edit_artwork_path GET /artworks/:id/edit(.:format)

artworks#edit

artwork_path GET /artworks/:id(.:format)

artworks#show

PATCH /artworks/:id(.:format)

artworks#update

PUT /artworks/:id(.:format)

artworks#update

DELETE /artworks/:id(.:format)

artworks#destroy

albums_path GET /albums(.:format)

albums#index

POST /albums(.:format)

albums#create

new_album_path GET /albums/new(.:format)

albums#new

edit_album_path GET /albums/:id/edit(.:format)

albums#edit

album_path GET /albums/:id(.:format)

albums#show

PATCH /albums/:id(.:format)

albums#update

PUT /albums/:id(.:format)

albums#update

DELETE /albums/:id(.:format)

albums#destroy

contacts_path GET /contacts(.:format)

contacts#index

POST /contacts(.:format)

contacts#create

new_contact_path GET /contacts/new(.:format)

contacts#new

edit_contact_path GET /contacts/:id/edit(.:format)

contacts#edit

contact_path GET /contacts/:id(.:format)

contacts#show

PATCH /contacts/:id(.:format)

contacts#update

PUT /contacts/:id(.:format)

contacts#update

DELETE /contacts/:id(.:format)

contacts#destroy

GET /gigs(.:format)

gigs#index

POST /gigs(.:format)

gigs#create

GET /gigs/new(.:format)

gigs#new

GET /gigs/:id/edit(.:format)

gigs#edit

GET /gigs/:id(.:format)

gigs#show

PATCH /gigs/:id(.:format)

gigs#update

PUT /gigs/:id(.:format)

gigs#update

DELETE /gigs/:id(.:format)

gigs#destroy

bookings_path GET /bookings(.:format)

bookings#index

POST /bookings(.:format)

bookings#create

new_booking_path GET /bookings/new(.:format)

bookings#new

edit_booking_path GET /bookings/:id/edit(.:format)

bookings#edit

booking_path GET /bookings/:id(.:format)

bookings#show

PATCH /bookings/:id(.:format)

bookings#update

PUT /bookings/:id(.:format)

bookings#update

DELETE /bookings/:id(.:format)

bookings#destroy

musics_path GET /musics(.:format)

musics#index

POST /musics(.:format)

musics#create

new_music_path GET /musics/new(.:format)

musics#new

edit_music_path GET /musics/:id/edit(.:format)

musics#edit

music_path GET /musics/:id(.:format)

musics#show

PATCH /musics/:id(.:format)

musics#update

PUT /musics/:id(.:format)

musics#update

DELETE /musics/:id(.:format)

musics#destroy

artists_path GET /artists(.:format)

artists#index

POST /artists(.:format)

artists#create

new_artist_path GET /artists/new(.:format)

artists#new

edit_artist_path GET /artists/:id/edit(.:format)

artists#edit

artist_path GET /artists/:id(.:format)

artists#show

PATCH /artists/:id(.:format)

artists#update

PUT /artists/:id(.:format)

artists#update

DELETE /artists/:id(.:format)

artists#destroy

homes_path GET /homes(.:format)

homes#index

POST /homes(.:format)

homes#create

new_home_path GET /homes/new(.:format)

homes#new

edit_home_path GET /homes/:id/edit(.:format)

homes#edit

home_path GET /homes/:id(.:format)

homes#show

PATCH /homes/:id(.:format)

homes#update

PUT /homes/:id(.:format)

homes#update

DELETE /homes/:id(.:format)

homes#destroy

i18ns_path GET /i18ns(.:format)

i18ns#index

POST /i18ns(.:format)

i18ns#create

new_i18n_path GET /i18ns/new(.:format)

i18ns#new

edit_i18n_path GET /i18ns/:id/edit(.:format)

i18ns#edit

i18n_path GET /i18ns/:id(.:format)

i18ns#show

PATCH /i18ns/:id(.:format)

i18ns#update

PUT /i18ns/:id(.:format)

i18ns#update

DELETE /i18ns/:id(.:format)

i18ns#destroy

root_path GET /

homes#index

GET /templates/:path.erb(.:format)

templates#page {:path=>/.+/}

GET /templates/:path(.:format)

templates#page {:path=>/.+/}

orders_export_path GET /orders_export(.:format)

homes#order_export

Request

Parameters:

None

Response

Headers:

None