Routing Error

No route matches [GET] "/matches/115%5B/description%5D%5Bmandatory%5Dfalse%5B/mandatory%5D%5B/event%5D"

Rails.root: /home/citadel/citadel

Application Trace | Framework Trace | Full Trace

Routes

Routes match in priority from top to bottom

Helper HTTP Verb Path Controller#Action
Path / Url
/404(.:format)

errors#not_found

/500(.:format)

errors#internal_server_error

api_v1_match_path GET /api/v1/matches/:id(.:format)

api/v1/matches#show

api_v1_roster_path GET /api/v1/rosters/:id(.:format)

api/v1/rosters#show

api_v1_league_path GET /api/v1/leagues/:id(.:format)

api/v1/leagues#show

api_v1_path GET /api/v1/users/steam_id/:id(.:format)

api/v1/users#steam_id

api_v1_user_path GET /api/v1/users/:id(.:format)

api/v1/users#show

api_v1_team_path GET /api/v1/teams/:id(.:format)

api/v1/teams#show

root_path GET /

pages#home

pages_home_path GET /pages/home(.:format)

pages#home

admin_path GET /admin(.:format)

admin#index

admin_statistics_path GET /statistics(.:format)

admin#statistics

markdown_preview_path POST /markdown_preview(.:format)

markdown#markdown_preview

meta_games_path GET /meta/games(.:format)

meta/games#index

POST /meta/games(.:format)

meta/games#create

new_meta_game_path GET /meta/games/new(.:format)

meta/games#new

edit_meta_game_path GET /meta/games/:id/edit(.:format)

meta/games#edit

meta_game_path GET /meta/games/:id(.:format)

meta/games#show

PATCH /meta/games/:id(.:format)

meta/games#update

PUT /meta/games/:id(.:format)

meta/games#update

DELETE /meta/games/:id(.:format)

meta/games#destroy

meta_formats_path GET /meta/formats(.:format)

meta/formats#index

POST /meta/formats(.:format)

meta/formats#create

new_meta_format_path GET /meta/formats/new(.:format)

meta/formats#new

edit_meta_format_path GET /meta/formats/:id/edit(.:format)

meta/formats#edit

meta_format_path GET /meta/formats/:id(.:format)

meta/formats#show

PATCH /meta/formats/:id(.:format)

meta/formats#update

PUT /meta/formats/:id(.:format)

meta/formats#update

DELETE /meta/formats/:id(.:format)

meta/formats#destroy

meta_maps_path GET /meta/maps(.:format)

meta/maps#index

POST /meta/maps(.:format)

meta/maps#create

new_meta_map_path GET /meta/maps/new(.:format)

meta/maps#new

edit_meta_map_path GET /meta/maps/:id/edit(.:format)

meta/maps#edit

meta_map_path GET /meta/maps/:id(.:format)

meta/maps#show

PATCH /meta/maps/:id(.:format)

meta/maps#update

PUT /meta/maps/:id(.:format)

meta/maps#update

DELETE /meta/maps/:id(.:format)

meta/maps#destroy

modify_league_path PATCH /leagues/:id/modify(.:format)

leagues#modify

league_transfers_path GET /leagues/:league_id/transfers(.:format)

leagues/transfers#index

league_transfer_path PATCH /leagues/:league_id/transfers/:id(.:format)

leagues/transfers#update

PUT /leagues/:league_id/transfers/:id(.:format)

leagues/transfers#update

DELETE /leagues/:league_id/transfers/:id(.:format)

leagues/transfers#destroy

review_roster_path GET /rosters/:id/review(.:format)

leagues/rosters#review

approve_roster_path PATCH /rosters/:id/approve(.:format)

leagues/rosters#approve

disband_roster_path DELETE /rosters/:id/disband(.:format)

leagues/rosters#disband

undisband_roster_path PUT /rosters/:id/undisband(.:format)

leagues/rosters#undisband

roster_transfers_path POST /rosters/:roster_id/transfers(.:format)

leagues/rosters/transfers#create

roster_comments_path POST /rosters/:roster_id/comments(.:format)

leagues/rosters/comments#create

league_rosters_path GET /leagues/:league_id/rosters(.:format)

leagues/rosters#index

POST /leagues/:league_id/rosters(.:format)

leagues/rosters#create

new_league_roster_path GET /leagues/:league_id/rosters/new(.:format)

leagues/rosters#new

edit_roster_path GET /rosters/:id/edit(.:format)

leagues/rosters#edit

roster_path PATCH /rosters/:id(.:format)

leagues/rosters#update

PUT /rosters/:id(.:format)

leagues/rosters#update

DELETE /rosters/:id(.:format)

leagues/rosters#destroy

generate_league_matches_path GET /leagues/:league_id/matches/generate(.:format)

leagues/matches#generate

POST /leagues/:league_id/matches/generate(.:format)

leagues/matches#create_round

forfeit_match_path PATCH /matches/:id/forfeit(.:format)

leagues/matches#forfeit

submit_match_path PATCH /matches/:id/submit(.:format)

leagues/matches#submit

confirm_match_path PATCH /matches/:id/confirm(.:format)

leagues/matches#confirm

edits_for_comm_path GET /comms/:id/edits(.:format)

leagues/matches/comms#edits

restore_comm_path PATCH /comms/:id/restore(.:format)

leagues/matches/comms#restore

match_comms_path POST /matches/:match_id/comms(.:format)

leagues/matches/comms#create

edit_comm_path GET /comms/:id/edit(.:format)

leagues/matches/comms#edit

comm_path PATCH /comms/:id(.:format)

leagues/matches/comms#update

PUT /comms/:id(.:format)

leagues/matches/comms#update

DELETE /comms/:id(.:format)

leagues/matches/comms#destroy

submit_pick_ban_path PATCH /pick_bans/:id/submit(.:format)

leagues/matches/pick_bans#submit

defer_pick_ban_path PATCH /pick_bans/:id/defer(.:format)

leagues/matches/pick_bans#defer

league_matches_path GET /leagues/:league_id/matches(.:format)

leagues/matches#index

POST /leagues/:league_id/matches(.:format)

leagues/matches#create

new_league_match_path GET /leagues/:league_id/matches/new(.:format)

leagues/matches#new

edit_match_path GET /matches/:id/edit(.:format)

leagues/matches#edit

match_path GET /matches/:id(.:format)

leagues/matches#show

PATCH /matches/:id(.:format)

leagues/matches#update

PUT /matches/:id(.:format)

leagues/matches#update

DELETE /matches/:id(.:format)

leagues/matches#destroy

leagues_path GET /leagues(.:format)

leagues#index

POST /leagues(.:format)

leagues#create

new_league_path GET /leagues/new(.:format)

leagues#new

edit_league_path GET /leagues/:id/edit(.:format)

leagues#edit

league_path GET /leagues/:id(.:format)

leagues#show

PATCH /leagues/:id(.:format)

leagues#update

PUT /leagues/:id(.:format)

leagues#update

DELETE /leagues/:id(.:format)

leagues#destroy

roster_transfer_path DELETE /rosters/:roster_id/transfers/:id(.:format)

leagues/rosters/transfers#destroy

edits_for_roster_comment_path GET /rosters/:roster_id/comments/:id/edits(.:format)

leagues/rosters/comments#edits

restore_roster_comment_path PATCH /rosters/:roster_id/comments/:id/restore(.:format)

leagues/rosters/comments#restore

edit_roster_comment_path GET /rosters/:roster_id/comments/:id/edit(.:format)

leagues/rosters/comments#edit

roster_comment_path PATCH /rosters/:roster_id/comments/:id(.:format)

leagues/rosters/comments#update

PUT /rosters/:roster_id/comments/:id(.:format)

leagues/rosters/comments#update

DELETE /rosters/:roster_id/comments/:id(.:format)

leagues/rosters/comments#destroy

recruit_team_path GET /teams/:id/recruit(.:format)

teams#recruit

invite_team_path PATCH /teams/:id/invite(.:format)

teams#invite

leave_team_path PATCH /teams/:id/leave(.:format)

teams#leave

kick_team_path PATCH /teams/:id/kick(.:format)

teams#kick

accept_team_invite_path POST /teams/:team_id/invite/accept(.:format)

teams/invite#accept

decline_team_invite_path DELETE /teams/:team_id/invite/decline(.:format)

teams/invite#decline

teams_path GET /teams(.:format)

teams#index

POST /teams(.:format)

teams#create

new_team_path GET /teams/new(.:format)

teams#new

edit_team_path GET /teams/:id/edit(.:format)

teams#edit

team_path GET /teams/:id(.:format)

teams#show

PATCH /teams/:id(.:format)

teams#update

PUT /teams/:id(.:format)

teams#update

DELETE /teams/:id(.:format)

teams#destroy

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

steam#show

profile_path GET /profile(.:format)

users#profile

profile_edit_path GET /profile/edit(.:format)

users#profile

logout_user_path GET /users/logout(.:format)

users#logout

users_names_path GET /users/names(.:format)

users#names

confirm_user_email_path GET /users/confirm/:token(.:format)

users#confirm_email

handle_user_name_path PATCH /users/:user_id/name/:id(.:format)

users#handle_name_change

name_user_path POST /users/:id/name(.:format)

users#request_name_change

edits_for_user_comment_path GET /users/:user_id/comments/:id/edits(.:format)

users/comments#edits

restore_user_comment_path PATCH /users/:user_id/comments/:id/restore(.:format)

users/comments#restore

user_comments_path POST /users/:user_id/comments(.:format)

users/comments#create

edit_user_comment_path GET /users/:user_id/comments/:id/edit(.:format)

users/comments#edit

user_comment_path PATCH /users/:user_id/comments/:id(.:format)

users/comments#update

PUT /users/:user_id/comments/:id(.:format)

users/comments#update

DELETE /users/:user_id/comments/:id(.:format)

users/comments#destroy

user_bans_path GET /users/:user_id/bans(.:format)

users/bans#index

POST /users/:user_id/bans(.:format)

users/bans#create

user_ban_path DELETE /users/:user_id/bans/:id(.:format)

users/bans#destroy

alts_user_logs_path GET /users/:user_id/logs/alts(.:format)

users/logs#alts

user_logs_path GET /users/:user_id/logs(.:format)

users/logs#show

user_notifications_path POST /users/:user_id/notifications(.:format)

users/notifications#create

users_path 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

clear_notifications_path DELETE /notifications/clear(.:format)

users/notifications#clear

notifications_path GET /notifications(.:format)

users/notifications#index

notification_path GET /notifications/:id(.:format)

users/notifications#show

DELETE /notifications/:id(.:format)

users/notifications#destroy

users_permissions_path GET /permissions/users(.:format)

permissions#users

grant_permissions_path POST /permissions/grant(.:format)

permissions#grant

revoke_permissions_path DELETE /permissions/revoke(.:format)

permissions#revoke

permissions_path GET /permissions(.:format)

permissions#index

forums_path GET /forums(.:format)

forums#show

toggle_subscription_for_forums_topic_path PATCH /forums/topics/:id/toggle_subscription(.:format)

forums/topics#toggle_subscription

isolate_forums_topic_path PATCH /forums/topics/:id/isolate(.:format)

forums/topics#isolate

unisolate_forums_topic_path PATCH /forums/topics/:id/unisolate(.:format)

forums/topics#unisolate

forums_topics_path POST /forums/topics(.:format)

forums/topics#create

new_forums_topic_path GET /forums/topics/new(.:format)

forums/topics#new

edit_forums_topic_path GET /forums/topics/:id/edit(.:format)

forums/topics#edit

forums_topic_path GET /forums/topics/:id(.:format)

forums/topics#show

PATCH /forums/topics/:id(.:format)

forums/topics#update

PUT /forums/topics/:id(.:format)

forums/topics#update

DELETE /forums/topics/:id(.:format)

forums/topics#destroy

toggle_subscription_for_forums_thread_path PATCH /forums/threads/:id/toggle_subscription(.:format)

forums/threads#toggle_subscription

edits_for_forums_post_path GET /forums/posts/:id/edits(.:format)

forums/posts#edits

forums_thread_posts_path POST /forums/threads/:thread_id/posts(.:format)

forums/posts#create

edit_forums_post_path GET /forums/posts/:id/edit(.:format)

forums/posts#edit

forums_post_path PATCH /forums/posts/:id(.:format)

forums/posts#update

PUT /forums/posts/:id(.:format)

forums/posts#update

DELETE /forums/posts/:id(.:format)

forums/posts#destroy

forums_threads_path POST /forums/threads(.:format)

forums/threads#create

new_forums_thread_path GET /forums/threads/new(.:format)

forums/threads#new

edit_forums_thread_path GET /forums/threads/:id/edit(.:format)

forums/threads#edit

forums_thread_path GET /forums/threads/:id(.:format)

forums/threads#show

PATCH /forums/threads/:id(.:format)

forums/threads#update

PUT /forums/threads/:id(.:format)

forums/threads#update

DELETE /forums/threads/:id(.:format)

forums/threads#destroy

search_forums_posts_path GET /forums/posts/search(.:format)

forums/posts#search

recent_forums_posts_path GET /forums/posts/recent(.:format)

forums/posts#recent

user_steam_omniauth_authorize_path GET|POST /users/auth/steam(.:format)

users/omniauth_callbacks#passthru

user_steam_omniauth_callback_path GET|POST /users/auth/steam/callback(.:format)

users/omniauth_callbacks#steam

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

active_storage/blobs#show

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

active_storage/representations#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