No route matches [GET] "/new-blog"

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
root_path GET /

landing#index

about_path GET /about(.:format)

landing#about

creator_path GET /creator(.:format)

landing#creator

admin_path GET /admin(.:format)

landing#admin

GET /topics/:id(.:format)

tags#show

auth_register_path GET /auth/register(.:format)

users#new

users_path POST /users(.:format)

users#create

auth_login_path GET /auth/login(.:format)

sessions#new

POST /auth/login(.:format)

sessions#create

auth_logout_path GET /auth/logout(.:format)

sessions#destroy

approve_path GET /users/:id/approve(.:format)

users#approve

revoke_path GET /users/:id/revoke(.:format)

users#revoke

video_feature_path GET /videos/:id/video_feature(.:format)

videos#feature

song_feature_path GET /songs/:id/song_feature(.:format)

songs#feature

picture_feature_path GET /pictures/:id/picture_feature(.:format)

pictures#feature

written_feature_path GET /blogs/:id/written_feature(.:format)

blogs#feature

GET /users(.:format)

users#index

POST /users(.:format)

users#create

new_user_path GET /users/new(.:format)

users#new

edit_user_path GET /users/:id/edit(.:format)

users#edit

user_path GET /users/:id(.:format)

users#show

PATCH /users/:id(.:format)

users#update

PUT /users/:id(.:format)

users#update

DELETE /users/:id(.:format)

users#destroy

reports_path GET /reports(.:format)

reports#index

POST /reports(.:format)

reports#create

new_report_path GET /reports/new(.:format)

reports#new

edit_report_path GET /reports/:id/edit(.:format)

reports#edit

report_path GET /reports/:id(.:format)

reports#show

PATCH /reports/:id(.:format)

reports#update

PUT /reports/:id(.:format)

reports#update

DELETE /reports/:id(.:format)

reports#destroy

creators_path GET /creators(.:format)

creators#index

POST /creators(.:format)

creators#create

new_creator_path GET /creators/new(.:format)

creators#new

edit_creator_path GET /creators/:id/edit(.:format)

creators#edit

GET /creators/:id(.:format)

creators#show

PATCH /creators/:id(.:format)

creators#update

PUT /creators/:id(.:format)

creators#update

DELETE /creators/:id(.:format)

creators#destroy

blog_comments_path POST /blogs/:blog_id/comments(.:format)

comments#create

blog_comment_path DELETE /blogs/:blog_id/comments/:id(.:format)

comments#destroy

blogs_path GET /blogs(.:format)

blogs#index

POST /blogs(.:format)

blogs#create

new_blog_path GET /blogs/new(.:format)

blogs#new

edit_blog_path GET /blogs/:id/edit(.:format)

blogs#edit

blog_path GET /blogs/:id(.:format)

blogs#show

PATCH /blogs/:id(.:format)

blogs#update

PUT /blogs/:id(.:format)

blogs#update

DELETE /blogs/:id(.:format)

blogs#destroy

forum_comments_path POST /forums/:forum_id/comments(.:format)

comments#create

forum_comment_path DELETE /forums/:forum_id/comments/:id(.:format)

comments#destroy

forums_path GET /forums(.:format)

forums#index

POST /forums(.:format)

forums#create

new_forum_path GET /forums/new(.:format)

forums#new

edit_forum_path GET /forums/:id/edit(.:format)

forums#edit

forum_path GET /forums/:id(.:format)

forums#show

PATCH /forums/:id(.:format)

forums#update

PUT /forums/:id(.:format)

forums#update

DELETE /forums/:id(.:format)

forums#destroy

video_comments_path POST /videos/:video_id/comments(.:format)

comments#create

video_comment_path DELETE /videos/:video_id/comments/:id(.:format)

comments#destroy

videos_path GET /videos(.:format)

videos#index

POST /videos(.:format)

videos#create

new_video_path GET /videos/new(.:format)

videos#new

edit_video_path GET /videos/:id/edit(.:format)

videos#edit

video_path GET /videos/:id(.:format)

videos#show

PATCH /videos/:id(.:format)

videos#update

PUT /videos/:id(.:format)

videos#update

DELETE /videos/:id(.:format)

videos#destroy

song_comments_path POST /songs/:song_id/comments(.:format)

comments#create

song_comment_path DELETE /songs/:song_id/comments/:id(.:format)

comments#destroy

songs_path GET /songs(.:format)

songs#index

POST /songs(.:format)

songs#create

new_song_path GET /songs/new(.:format)

songs#new

edit_song_path GET /songs/:id/edit(.:format)

songs#edit

song_path GET /songs/:id(.:format)

songs#show

PATCH /songs/:id(.:format)

songs#update

PUT /songs/:id(.:format)

songs#update

DELETE /songs/:id(.:format)

songs#destroy

picture_comments_path POST /pictures/:picture_id/comments(.:format)

comments#create

picture_comment_path DELETE /pictures/:picture_id/comments/:id(.:format)

comments#destroy

pictures_path GET /pictures(.:format)

pictures#index

POST /pictures(.:format)

pictures#create

new_picture_path GET /pictures/new(.:format)

pictures#new

edit_picture_path GET /pictures/:id/edit(.:format)

pictures#edit

picture_path GET /pictures/:id(.:format)

pictures#show

PATCH /pictures/:id(.:format)

pictures#update

PUT /pictures/:id(.:format)

pictures#update

DELETE /pictures/:id(.:format)

pictures#destroy

tags_path GET /tags(.:format)

tags#index

POST /tags(.:format)

tags#create

new_tag_path GET /tags/new(.:format)

tags#new

edit_tag_path GET /tags/:id/edit(.:format)

tags#edit

tag_path GET /tags/:id(.:format)

tags#show

PATCH /tags/:id(.:format)

tags#update

PUT /tags/:id(.:format)

tags#update

DELETE /tags/:id(.:format)

tags#destroy

turbo_recede_historical_location_path GET /recede_historical_location(.:format)

turbo/native/navigation#recede

turbo_resume_historical_location_path GET /resume_historical_location(.:format)

turbo/native/navigation#resume

turbo_refresh_historical_location_path GET /refresh_historical_location(.:format)

turbo/native/navigation#refresh

rails_postmark_inbound_emails_path POST /rails/action_mailbox/postmark/inbound_emails(.:format)

action_mailbox/ingresses/postmark/inbound_emails#create

rails_relay_inbound_emails_path POST /rails/action_mailbox/relay/inbound_emails(.:format)

action_mailbox/ingresses/relay/inbound_emails#create

rails_sendgrid_inbound_emails_path POST /rails/action_mailbox/sendgrid/inbound_emails(.:format)

action_mailbox/ingresses/sendgrid/inbound_emails#create

rails_mandrill_inbound_health_check_path GET /rails/action_mailbox/mandrill/inbound_emails(.:format)

action_mailbox/ingresses/mandrill/inbound_emails#health_check

rails_mandrill_inbound_emails_path POST /rails/action_mailbox/mandrill/inbound_emails(.:format)

action_mailbox/ingresses/mandrill/inbound_emails#create

rails_mailgun_inbound_emails_path POST /rails/action_mailbox/mailgun/inbound_emails/mime(.:format)

action_mailbox/ingresses/mailgun/inbound_emails#create

rails_conductor_inbound_emails_path GET /rails/conductor/action_mailbox/inbound_emails(.:format)

rails/conductor/action_mailbox/inbound_emails#index

POST /rails/conductor/action_mailbox/inbound_emails(.:format)

rails/conductor/action_mailbox/inbound_emails#create

new_rails_conductor_inbound_email_path GET /rails/conductor/action_mailbox/inbound_emails/new(.:format)

rails/conductor/action_mailbox/inbound_emails#new

edit_rails_conductor_inbound_email_path GET /rails/conductor/action_mailbox/inbound_emails/:id/edit(.:format)

rails/conductor/action_mailbox/inbound_emails#edit

rails_conductor_inbound_email_path GET /rails/conductor/action_mailbox/inbound_emails/:id(.:format)

rails/conductor/action_mailbox/inbound_emails#show

PATCH /rails/conductor/action_mailbox/inbound_emails/:id(.:format)

rails/conductor/action_mailbox/inbound_emails#update

PUT /rails/conductor/action_mailbox/inbound_emails/:id(.:format)

rails/conductor/action_mailbox/inbound_emails#update

DELETE /rails/conductor/action_mailbox/inbound_emails/:id(.:format)

rails/conductor/action_mailbox/inbound_emails#destroy

new_rails_conductor_inbound_email_source_path GET /rails/conductor/action_mailbox/inbound_emails/sources/new(.:format)

rails/conductor/action_mailbox/inbound_emails/sources#new

rails_conductor_inbound_email_sources_path POST /rails/conductor/action_mailbox/inbound_emails/sources(.:format)

rails/conductor/action_mailbox/inbound_emails/sources#create

rails_conductor_inbound_email_reroute_path POST /rails/conductor/action_mailbox/:inbound_email_id/reroute(.:format)

rails/conductor/action_mailbox/reroutes#create

rails_conductor_inbound_email_incinerate_path POST /rails/conductor/action_mailbox/:inbound_email_id/incinerate(.:format)

rails/conductor/action_mailbox/incinerates#create

rails_service_blob_path GET /rails/active_storage/blobs/redirect/:signed_id/*filename(.:format)

active_storage/blobs/redirect#show

rails_service_blob_proxy_path GET /rails/active_storage/blobs/proxy/:signed_id/*filename(.:format)

active_storage/blobs/proxy#show

GET /rails/active_storage/blobs/:signed_id/*filename(.:format)

active_storage/blobs/redirect#show

rails_blob_representation_path GET /rails/active_storage/representations/redirect/:signed_blob_id/:variation_key/*filename(.:format)

active_storage/representations/redirect#show

rails_blob_representation_proxy_path GET /rails/active_storage/representations/proxy/:signed_blob_id/:variation_key/*filename(.:format)

active_storage/representations/proxy#show

GET /rails/active_storage/representations/:signed_blob_id/:variation_key/*filename(.:format)

active_storage/representations/redirect#show

rails_disk_service_path GET /rails/active_storage/disk/:encoded_key/*filename(.:format)

active_storage/disk#show

update_rails_disk_service_path PUT /rails/active_storage/disk/:encoded_token(.:format)

active_storage/disk#update

rails_direct_uploads_path POST /rails/active_storage/direct_uploads(.:format)

active_storage/direct_uploads#create

Request

Parameters:

None

Response

Headers:

None