Routing Error

No route matches [GET] "/fb.me/itolab2018indoor"

Rails.root: /home/itf/robocon

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 / contents#index
contents_download_path GET /contents/:id/download(.:format) contents#download
tournament_info_path GET /tournament_info(.:format) contents#tournament_info
tournament_entries_path GET /tournament_entries(.:format) contents#tournament_entries
tournament_contestants_path GET /tournament_contestants(.:format) contents#tournament_contestants
news_path GET /news(.:format) contents#news
experts_path GET /experts(.:format) contents#experts
GET /download_expert/:id/:mode(.:format) contents#download_expert
questions_path GET /questions(.:format) contents#questions
archives_path GET /archives(.:format) contents#archives
GET /archive/:id(.:format) contents#archive
GET /download_question/:id/:mode(.:format) contents#download_question
root_dashboard_path GET /root(.:format) root/dashboard#index
teams_path GET /teams(.:format) root/teams#search
sponsors_path GET /sponsors(.:format) root/sponsors#search
entry_path GET /entry(.:format) entry#index
send_confirm_path POST /send_confirm(.:format) entry#send_confirm
entry_new_path GET /entry/new(.:format) entry#new
entry_create_path POST /entry/create(.:format) entry#create
entry_address_search_path POST /entry/address_search(.:format) entry#address_search
PATCH /entry/address_search(.:format) entry#address_search
elfinder_manager_path GET /elfinder_manager(.:format) elfinder#index
elfinder_path GET|POST /elfinder(.:format) elfinder#elfinder
message_path GET /message(.:format) contents#message
mypage_path GET /mypage(.:format) mypage/dashboard#index
mypage_login_path GET /mypage/login(.:format) mypage/login#index
mypage_logout_path GET /mypage/login/logout(.:format) mypage/login#logout
mypage_login_authoricate_path POST /mypage/login/authoricate(.:format) mypage/login#authoricate
mypage_dashboard_error_path GET /mypage/dashboard/error(.:format) mypage/dashboard#error
mypage_dashboard_edit_path GET /mypage/dashboard/edit(.:format) mypage/dashboard#edit
mypage_dashboard_homework_path GET /mypage/dashboard/homework(.:format) mypage/dashboard#homework
mypage_dashboard_update_home_work_path PATCH /mypage/dashboard/update_home_work(.:format) mypage/dashboard#update_home_work
mypage_dashboard_download_path GET /mypage/dashboard/download(.:format) mypage/dashboard#download
mypage_dashboard_the_day_info_path GET /mypage/dashboard/the_day_info(.:format) mypage/dashboard#the_day_info
mypage_dashboard_index_path GET /mypage/dashboard(.:format) mypage/dashboard#index
POST /mypage/dashboard(.:format) mypage/dashboard#create
new_mypage_dashboard_path GET /mypage/dashboard/new(.:format) mypage/dashboard#new
edit_mypage_dashboard_path GET /mypage/dashboard/:id/edit(.:format) mypage/dashboard#edit
mypage_dashboard_path GET /mypage/dashboard/:id(.:format) mypage/dashboard#show
PATCH /mypage/dashboard/:id(.:format) mypage/dashboard#update
PUT /mypage/dashboard/:id(.:format) mypage/dashboard#update
DELETE /mypage/dashboard/:id(.:format) mypage/dashboard#destroy
mypage_homework_boards_download_path GET /mypage/homework_boards/:id/download(.:format) mypage/homework_boards#download
mypage_homework_boards_reply_path GET /mypage/homework_boards/:id/reply(.:format) mypage/homework_boards#reply
mypage_homework_boards_path GET /mypage/homework_boards(.:format) mypage/homework_boards#index
POST /mypage/homework_boards(.:format) mypage/homework_boards#create
new_mypage_homework_board_path GET /mypage/homework_boards/new(.:format) mypage/homework_boards#new
edit_mypage_homework_board_path GET /mypage/homework_boards/:id/edit(.:format) mypage/homework_boards#edit
mypage_homework_board_path GET /mypage/homework_boards/:id(.:format) mypage/homework_boards#show
PATCH /mypage/homework_boards/:id(.:format) mypage/homework_boards#update
PUT /mypage/homework_boards/:id(.:format) mypage/homework_boards#update
DELETE /mypage/homework_boards/:id(.:format) mypage/homework_boards#destroy
root_login_path GET /root/login(.:format) root/login#index
root_logout_path GET /root/login/logout(.:format) root/login#logout
root_login_authoricate_path POST /root/login/authoricate(.:format) root/login#authoricate
root_dashboard_error_path GET /root/dashboard/error(.:format) root/dashboard#error
root_dashboard_set_local_path GET /root/dashboard/:dashboard_id/set_local(.:format) root/dashboard#set_local
root_dashboard_index_path GET /root/dashboard(.:format) root/dashboard#index
POST /root/dashboard(.:format) root/dashboard#create
new_root_dashboard_path GET /root/dashboard/new(.:format) root/dashboard#new
edit_root_dashboard_path GET /root/dashboard/:id/edit(.:format) root/dashboard#edit
GET /root/dashboard/:id(.:format) root/dashboard#show
PATCH /root/dashboard/:id(.:format) root/dashboard#update
PUT /root/dashboard/:id(.:format) root/dashboard#update
DELETE /root/dashboard/:id(.:format) root/dashboard#destroy
root_users_sort_by_path POST /root/users/sort_by(.:format) root/users#sort_by
root_users_path GET /root/users(.:format) root/users#index
POST /root/users(.:format) root/users#create
new_root_user_path GET /root/users/new(.:format) root/users#new
edit_root_user_path GET /root/users/:id/edit(.:format) root/users#edit
root_user_path GET /root/users/:id(.:format) root/users#show
PATCH /root/users/:id(.:format) root/users#update
PUT /root/users/:id(.:format) root/users#update
DELETE /root/users/:id(.:format) root/users#destroy
root_banners_sort_by_path POST /root/banners/sort_by(.:format) root/banners#sort_by
root_banners_path GET /root/banners(.:format) root/banners#index
POST /root/banners(.:format) root/banners#create
new_root_banner_path GET /root/banners/new(.:format) root/banners#new
edit_root_banner_path GET /root/banners/:id/edit(.:format) root/banners#edit
root_banner_path GET /root/banners/:id(.:format) root/banners#show
PATCH /root/banners/:id(.:format) root/banners#update
PUT /root/banners/:id(.:format) root/banners#update
DELETE /root/banners/:id(.:format) root/banners#destroy
root_text_banners_sort_by_path POST /root/text_banners/sort_by(.:format) root/text_banners#sort_by
root_text_banners_path GET /root/text_banners(.:format) root/text_banners#index
POST /root/text_banners(.:format) root/text_banners#create
new_root_text_banner_path GET /root/text_banners/new(.:format) root/text_banners#new
edit_root_text_banner_path GET /root/text_banners/:id/edit(.:format) root/text_banners#edit
root_text_banner_path GET /root/text_banners/:id(.:format) root/text_banners#show
PATCH /root/text_banners/:id(.:format) root/text_banners#update
PUT /root/text_banners/:id(.:format) root/text_banners#update
DELETE /root/text_banners/:id(.:format) root/text_banners#destroy
root_news_sort_by_path POST /root/news/sort_by(.:format) root/news#sort_by
root_news_index_path GET /root/news(.:format) root/news#index
POST /root/news(.:format) root/news#create
new_root_news_path GET /root/news/new(.:format) root/news#new
edit_root_news_path GET /root/news/:id/edit(.:format) root/news#edit
root_news_path GET /root/news/:id(.:format) root/news#show
PATCH /root/news/:id(.:format) root/news#update
PUT /root/news/:id(.:format) root/news#update
DELETE /root/news/:id(.:format) root/news#destroy
root_tournaments_sort_by_path POST /root/tournaments/sort_by(.:format) root/tournaments#sort_by
GET /root/tournaments/:id/preview(.:format) root/tournaments#preview
root_tournaments_path GET /root/tournaments(.:format) root/tournaments#index
POST /root/tournaments(.:format) root/tournaments#create
new_root_tournament_path GET /root/tournaments/new(.:format) root/tournaments#new
edit_root_tournament_path GET /root/tournaments/:id/edit(.:format) root/tournaments#edit
root_tournament_path GET /root/tournaments/:id(.:format) root/tournaments#show
PATCH /root/tournaments/:id(.:format) root/tournaments#update
PUT /root/tournaments/:id(.:format) root/tournaments#update
DELETE /root/tournaments/:id(.:format) root/tournaments#destroy
root_sponsors_sort_by_path POST /root/sponsors/sort_by(.:format) root/sponsors#sort_by
root_sponsors_list_by_path GET /root/sponsors/:id/list_by(.:format) root/sponsors#list_by
root_sponsors_search_path GET /root/sponsors/search(.:format) root/sponsors#search
root_sponsors_path GET /root/sponsors(.:format) root/sponsors#index
POST /root/sponsors(.:format) root/sponsors#create
new_root_sponsor_path GET /root/sponsors/new(.:format) root/sponsors#new
edit_root_sponsor_path GET /root/sponsors/:id/edit(.:format) root/sponsors#edit
root_sponsor_path GET /root/sponsors/:id(.:format) root/sponsors#show
PATCH /root/sponsors/:id(.:format) root/sponsors#update
PUT /root/sponsors/:id(.:format) root/sponsors#update
DELETE /root/sponsors/:id(.:format) root/sponsors#destroy
root_tournament_files_sort_by_path POST /root/tournament_files/sort_by(.:format) root/tournament_files#sort_by
root_tournament_files_list_by_path GET /root/tournament_files/:id/list_by(.:format) root/tournament_files#list_by
root_tournament_files_download_path GET /root/tournament_files/:id/download(.:format) root/tournament_files#download
root_tournament_files_path GET /root/tournament_files(.:format) root/tournament_files#index
POST /root/tournament_files(.:format) root/tournament_files#create
new_root_tournament_file_path GET /root/tournament_files/new(.:format) root/tournament_files#new
edit_root_tournament_file_path GET /root/tournament_files/:id/edit(.:format) root/tournament_files#edit
root_tournament_file_path GET /root/tournament_files/:id(.:format) root/tournament_files#show
PATCH /root/tournament_files/:id(.:format) root/tournament_files#update
PUT /root/tournament_files/:id(.:format) root/tournament_files#update
DELETE /root/tournament_files/:id(.:format) root/tournament_files#destroy
root_entry_departments_sort_by_path POST /root/entry_departments/sort_by(.:format) root/entry_departments#sort_by
root_entry_departments_list_by_path GET /root/entry_departments/:id/list_by(.:format) root/entry_departments#list_by
root_entry_departments_path GET /root/entry_departments(.:format) root/entry_departments#index
POST /root/entry_departments(.:format) root/entry_departments#create
new_root_entry_department_path GET /root/entry_departments/new(.:format) root/entry_departments#new
edit_root_entry_department_path GET /root/entry_departments/:id/edit(.:format) root/entry_departments#edit
root_entry_department_path GET /root/entry_departments/:id(.:format) root/entry_departments#show
PATCH /root/entry_departments/:id(.:format) root/entry_departments#update
PUT /root/entry_departments/:id(.:format) root/entry_departments#update
DELETE /root/entry_departments/:id(.:format) root/entry_departments#destroy
root_tournament_pages_sort_by_path POST /root/tournament_pages/sort_by(.:format) root/tournament_pages#sort_by
root_tournament_pages_list_by_path GET /root/tournament_pages/:id/list_by(.:format) root/tournament_pages#list_by
root_tournament_pages_path GET /root/tournament_pages(.:format) root/tournament_pages#index
POST /root/tournament_pages(.:format) root/tournament_pages#create
new_root_tournament_page_path GET /root/tournament_pages/new(.:format) root/tournament_pages#new
edit_root_tournament_page_path GET /root/tournament_pages/:id/edit(.:format) root/tournament_pages#edit
root_tournament_page_path GET /root/tournament_pages/:id(.:format) root/tournament_pages#show
PATCH /root/tournament_pages/:id(.:format) root/tournament_pages#update
PUT /root/tournament_pages/:id(.:format) root/tournament_pages#update
DELETE /root/tournament_pages/:id(.:format) root/tournament_pages#destroy
root_mail_magazines_sort_by_path POST /root/mail_magazines/sort_by(.:format) root/mail_magazines#sort_by
root_mail_magazines_list_by_path GET /root/mail_magazines/:id/list_by(.:format) root/mail_magazines#list_by
root_mail_magazines_path GET /root/mail_magazines(.:format) root/mail_magazines#index
POST /root/mail_magazines(.:format) root/mail_magazines#create
new_root_mail_magazine_path GET /root/mail_magazines/new(.:format) root/mail_magazines#new
edit_root_mail_magazine_path GET /root/mail_magazines/:id/edit(.:format) root/mail_magazines#edit
root_mail_magazine_path GET /root/mail_magazines/:id(.:format) root/mail_magazines#show
PATCH /root/mail_magazines/:id(.:format) root/mail_magazines#update
PUT /root/mail_magazines/:id(.:format) root/mail_magazines#update
DELETE /root/mail_magazines/:id(.:format) root/mail_magazines#destroy
root_question_categories_sort_by_path POST /root/question_categories/sort_by(.:format) root/question_categories#sort_by
root_question_categories_path GET /root/question_categories(.:format) root/question_categories#index
POST /root/question_categories(.:format) root/question_categories#create
new_root_question_category_path GET /root/question_categories/new(.:format) root/question_categories#new
edit_root_question_category_path GET /root/question_categories/:id/edit(.:format) root/question_categories#edit
root_question_category_path GET /root/question_categories/:id(.:format) root/question_categories#show
PATCH /root/question_categories/:id(.:format) root/question_categories#update
PUT /root/question_categories/:id(.:format) root/question_categories#update
DELETE /root/question_categories/:id(.:format) root/question_categories#destroy
root_questions_sort_by_path POST /root/questions/sort_by(.:format) root/questions#sort_by
root_questions_list_by_path GET /root/questions/:id/list_by(.:format) root/questions#list_by
root_questions_download_path GET /root/questions/:id/download(.:format) root/questions#download
root_questions_path GET /root/questions(.:format) root/questions#index
POST /root/questions(.:format) root/questions#create
new_root_question_path GET /root/questions/new(.:format) root/questions#new
edit_root_question_path GET /root/questions/:id/edit(.:format) root/questions#edit
root_question_path GET /root/questions/:id(.:format) root/questions#show
PATCH /root/questions/:id(.:format) root/questions#update
PUT /root/questions/:id(.:format) root/questions#update
DELETE /root/questions/:id(.:format) root/questions#destroy
root_teams_sort_by_path POST /root/teams/sort_by(.:format) root/teams#sort_by
root_teams_download_path GET /root/teams/:id/download(.:format) root/teams#download
root_teams_list_by_path GET /root/teams/:id/list_by(.:format) root/teams#list_by
root_teams_status_by_path GET /root/teams/:id/status_by(.:format) root/teams#status_by
root_change_blog_status_path GET /root/teams/:id/change_blog_status/:status(.:format) root/teams#change_blog_status
root_change_movie_status_path GET /root/teams/:id/change_movie_status/:status(.:format) root/teams#change_movie_status
root_change_examination_status_path GET /root/teams/:id/change_examination_status/:status(.:format) root/teams#change_examination_status
root_teams_search_path GET /root/teams/search(.:format) root/teams#search
GET /root/teams/:id/login(.:format) root/teams#login
root_teams_path GET /root/teams(.:format) root/teams#index
POST /root/teams(.:format) root/teams#create
new_root_team_path GET /root/teams/new(.:format) root/teams#new
edit_root_team_path GET /root/teams/:id/edit(.:format) root/teams#edit
root_team_path GET /root/teams/:id(.:format) root/teams#show
PATCH /root/teams/:id(.:format) root/teams#update
PUT /root/teams/:id(.:format) root/teams#update
DELETE /root/teams/:id(.:format) root/teams#destroy
root_homework_boards_sort_by_path POST /root/homework_boards/sort_by(.:format) root/homework_boards#sort_by
root_homework_boards_list_by_path GET /root/homework_boards/:id/list_by(.:format) root/homework_boards#list_by
root_homework_boards_download_path GET /root/homework_boards/:id/download(.:format) root/homework_boards#download
root_homework_boards_reply_path GET /root/homework_boards/:id/reply(.:format) root/homework_boards#reply
root_homework_boards_path GET /root/homework_boards(.:format) root/homework_boards#index
POST /root/homework_boards(.:format) root/homework_boards#create
new_root_homework_board_path GET /root/homework_boards/new(.:format) root/homework_boards#new
edit_root_homework_board_path GET /root/homework_boards/:id/edit(.:format) root/homework_boards#edit
root_homework_board_path GET /root/homework_boards/:id(.:format) root/homework_boards#show
PATCH /root/homework_boards/:id(.:format) root/homework_boards#update
PUT /root/homework_boards/:id(.:format) root/homework_boards#update
DELETE /root/homework_boards/:id(.:format) root/homework_boards#destroy
root_experts_sort_by_path POST /root/experts/sort_by(.:format) root/experts#sort_by
root_experts_download_path GET /root/experts/:id/download(.:format) root/experts#download
root_experts_path GET /root/experts(.:format) root/experts#index
POST /root/experts(.:format) root/experts#create
new_root_expert_path GET /root/experts/new(.:format) root/experts#new
edit_root_expert_path GET /root/experts/:id/edit(.:format) root/experts#edit
root_expert_path GET /root/experts/:id(.:format) root/experts#show
PATCH /root/experts/:id(.:format) root/experts#update
PUT /root/experts/:id(.:format) root/experts#update
DELETE /root/experts/:id(.:format) root/experts#destroy
root_committees_sort_by_path POST /root/committees/sort_by(.:format) root/committees#sort_by
root_committees_address_search_path POST /root/committees/address_search(.:format) root/committees#address_search
root_committees_search_path GET /root/committees/search(.:format) root/committees#search
root_committees_path GET /root/committees(.:format) root/committees#index
POST /root/committees(.:format) root/committees#create
new_root_committee_path GET /root/committees/new(.:format) root/committees#new
edit_root_committee_path GET /root/committees/:id/edit(.:format) root/committees#edit
root_committee_path GET /root/committees/:id(.:format) root/committees#show
PATCH /root/committees/:id(.:format) root/committees#update
PUT /root/committees/:id(.:format) root/committees#update
DELETE /root/committees/:id(.:format) root/committees#destroy
GET /root/informations/:id/new_to_team(.:format) root/informations#new_to_team
GET /root/informations/:id/new_to_sponsor(.:format) root/informations#new_to_sponsor
GET /root/informations/:id/force_send(.:format) root/informations#force_send
root_informations_new_to_committee_path GET /root/informations/new_to_committee(.:format) root/informations#new_to_committee
root_informations_create_by_search_path POST /root/informations/create_by_search(.:format) root/informations#create_by_search
root_informations_path GET /root/informations(.:format) root/informations#index
POST /root/informations(.:format) root/informations#create
new_root_information_path GET /root/informations/new(.:format) root/informations#new
edit_root_information_path GET /root/informations/:id/edit(.:format) root/informations#edit
root_information_path GET /root/informations/:id(.:format) root/informations#show
PATCH /root/informations/:id(.:format) root/informations#update
PUT /root/informations/:id(.:format) root/informations#update
DELETE /root/informations/:id(.:format) root/informations#destroy