Routing Error

No route matches [GET] "/join/75"

Rails.root: /home/shpark86/www/cloudstudying.kr/releases/20220516135435

Application Trace | Framework Trace | Full Trace

Routes

Routes match in priority from top to bottom

Helper HTTP Verb Path Controller#Action
Path / Url
community_path GET /community(.:format) boards#main
boards_path GET /boards(.:format) boards#index
POST /boards(.:format) boards#create
new_board_path GET /boards/new(.:format) boards#new
edit_board_path GET /boards/:id/edit(.:format) boards#edit
board_path GET /boards/:id(.:format) boards#show
PATCH /boards/:id(.:format) boards#update
PUT /boards/:id(.:format) boards#update
DELETE /boards/:id(.:format) boards#destroy
commontator_path /commontator Commontator::Engine
rate_path POST /rate(.:format) rater#create
chapters_path POST /chapters(.:format) chapters#create
new_chapter_path GET /chapters/new(.:format) chapters#new
edit_chapter_path GET /chapters/:id/edit(.:format) chapters#edit
chapter_path PATCH /chapters/:id(.:format) chapters#update
PUT /chapters/:id(.:format) chapters#update
DELETE /chapters/:id(.:format) chapters#destroy
parts_path POST /parts(.:format) parts#create
new_part_path GET /parts/new(.:format) parts#new
edit_part_path GET /parts/:id/edit(.:format) parts#edit
part_path PATCH /parts/:id(.:format) parts#update
PUT /parts/:id(.:format) parts#update
DELETE /parts/:id(.:format) parts#destroy
categories_path POST /categories(.:format) categories#create
new_category_path GET /categories/new(.:format) categories#new
edit_category_path GET /categories/:id/edit(.:format) categories#edit
category_path GET /categories/:id(.:format) categories#show
PATCH /categories/:id(.:format) categories#update
PUT /categories/:id(.:format) categories#update
DELETE /categories/:id(.:format) categories#destroy
DELETE /helpers/:id(.:format) helpers#destroy
helper_path POST /helpers/:request_id(.:format) helpers#create
request_send_coffee_path PATCH /requests/:request_id/coffee(.:format) requests#send_coffee
requests_path GET /requests(.:format) requests#index
POST /requests(.:format) requests#create
new_request_path GET /requests/new(.:format) requests#new
edit_request_path GET /requests/:id/edit(.:format) requests#edit
request_path GET /requests/:id(.:format) requests#show
PATCH /requests/:id(.:format) requests#update
PUT /requests/:id(.:format) requests#update
DELETE /requests/:id(.:format) requests#destroy
open_all_user_notifications_path POST /users/:user_id/notifications/open_all(.:format) activity_notification/notifications#open_all {:target_type=>"users"}
move_user_notification_path GET /users/:user_id/notifications/:id/move(.:format) activity_notification/notifications#move {:target_type=>"users"}
open_user_notification_path POST /users/:user_id/notifications/:id/open(.:format) activity_notification/notifications#open {:target_type=>"users"}
user_notifications_path GET /users/:user_id/notifications(.:format) activity_notification/notifications#index {:target_type=>"users"}
user_notification_path GET /users/:user_id/notifications/:id(.:format) activity_notification/notifications#show {:target_type=>"users"}
DELETE /users/:user_id/notifications/:id(.:format) activity_notification/notifications#destroy {:target_type=>"users"}
codes_path GET /codes(.:format) codes#index
POST /codes(.:format) codes#create
new_code_path GET /codes/new(.:format) codes#new
edit_code_path GET /codes/:id/edit(.:format) codes#edit
code_path GET /codes/:id(.:format) codes#show
PATCH /codes/:id(.:format) codes#update
PUT /codes/:id(.:format) codes#update
DELETE /codes/:id(.:format) codes#destroy
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
user_facebook_omniauth_authorize_path GET|POST /users/auth/facebook(.:format) users/omniauth_callbacks#passthru
user_facebook_omniauth_callback_path GET|POST /users/auth/facebook/callback(.:format) users/omniauth_callbacks#facebook
user_password_path POST /users/password(.:format) devise/passwords#create
new_user_password_path GET /users/password/new(.:format) devise/passwords#new
edit_user_password_path GET /users/password/edit(.:format) devise/passwords#edit
PATCH /users/password(.:format) devise/passwords#update
PUT /users/password(.:format) devise/passwords#update
cancel_user_registration_path GET /users/cancel(.:format) devise/registrations#cancel
user_registration_path POST /users(.:format) devise/registrations#create
new_user_registration_path GET /users/sign_up(.:format) devise/registrations#new
edit_user_registration_path GET /users/edit(.:format) devise/registrations#edit
PATCH /users(.:format) devise/registrations#update
PUT /users(.:format) devise/registrations#update
DELETE /users(.:format) devise/registrations#destroy
user_avatar_path PATCH /users/:user_id/avatar(.:format) users#update_avatar
user_studies_path GET /users/:user_id/studies(.:format) users#studies
user_papers_path GET /users/:user_id/papers(.:format) users#papers
user_challenges_path GET /users/:user_id/challenges(.:format) users#challenges
user_codes_path GET /users/:user_id/codes(.:format) users#codes
user_questions_path GET /users/:user_id/questions(.:format) users#questions
user_answers_path GET /users/:user_id/answers(.:format) users#answers
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
DELETE /users/:id(.:format) users#destroy
GET /challenges/new/:lecture_id(.:format) challenges#new
challenge_codes_path GET /challenges/:challenge_id/codes(.:format) codes#index
challenge_questions_path GET /challenges/:challenge_id/questions(.:format) questions#index
challenges_path GET /challenges(.:format) challenges#index
POST /challenges(.:format) challenges#create
new_challenge_path GET /challenges/new(.:format) challenges#new
edit_challenge_path GET /challenges/:id/edit(.:format) challenges#edit
challenge_path GET /challenges/:id(.:format) challenges#show
PATCH /challenges/:id(.:format) challenges#update
PUT /challenges/:id(.:format) challenges#update
DELETE /challenges/:id(.:format) challenges#destroy
root_path GET / static_pages#home
feedback_path GET /feedback(.:format) static_pages#feedback
home_path GET /home(.:format) static_pages#home
help_path GET /help(.:format) static_pages#help
about_path GET /about(.:format) static_pages#about
search_path GET /search(.:format) static_pages#search
courses_path GET /courses(.:format) courses#index
POST /courses(.:format) courses#create
new_course_path GET /courses/new(.:format) courses#new
edit_course_path GET /courses/:id/edit(.:format) courses#edit
course_path GET /courses/:id(.:format) courses#show
PATCH /courses/:id(.:format) courses#update
PUT /courses/:id(.:format) courses#update
DELETE /courses/:id(.:format) courses#destroy
GET /lectures/new/:course_id(.:format) lectures#new
GET /lectures/new/:course_id/:chapter_id(.:format) lectures#new
lectures_path POST /lectures(.:format) lectures#create
new_lecture_path GET /lectures/new(.:format) lectures#new
edit_lecture_path GET /lectures/:id/edit(.:format) lectures#edit
lecture_path GET /lectures/:id(.:format) lectures#show
PATCH /lectures/:id(.:format) lectures#update
PUT /lectures/:id(.:format) lectures#update
DELETE /lectures/:id(.:format) lectures#destroy
studies_path GET /studies(.:format) studies#index
POST /studies(.:format) studies#create
new_study_path GET /studies/new(.:format) studies#new
edit_study_path GET /studies/:id/edit(.:format) studies#edit
study_path GET /studies/:id(.:format) studies#show
PATCH /studies/:id(.:format) studies#update
PUT /studies/:id(.:format) studies#update
DELETE /studies/:id(.:format) studies#destroy
start_path GET /start/:id(.:format) studies#start
finish_path GET /finish/:id(.:format) studies#finish
applicants_create_path GET /applicants/create(.:format) applicants#create
applicant_path GET /applicants/:id(.:format) applicants#show
join_path POST /join/:study_id(.:format) applicants#create
kick_path DELETE /kick/:id(.:format) applicants#destroy
assignments_path POST /assignments(.:format) assignments#create
new_assignment_path GET /assignments/new(.:format) assignments#new
edit_assignment_path GET /assignments/:id/edit(.:format) assignments#edit
assignment_path GET /assignments/:id(.:format) assignments#show
PATCH /assignments/:id(.:format) assignments#update
PUT /assignments/:id(.:format) assignments#update
DELETE /assignments/:id(.:format) assignments#destroy
assign_path GET /assign/:study_id(.:format) assignments#new
papers_path POST /papers(.:format) papers#create
new_paper_path GET /papers/new(.:format) papers#new
edit_paper_path GET /papers/:id/edit(.:format) papers#edit
paper_path GET /papers/:id(.:format) papers#show
PATCH /papers/:id(.:format) papers#update
PUT /papers/:id(.:format) papers#update
DELETE /papers/:id(.:format) papers#destroy
submit_path GET /submit/:assignment_id(.:format) papers#new
new_question_with_code_path GET /questions/new/:code_id(.:format) questions#new
questions_path GET /questions(.:format) questions#index
POST /questions(.:format) questions#create
new_question_path GET /questions/new(.:format) questions#new
edit_question_path GET /questions/:id/edit(.:format) questions#edit
question_path GET /questions/:id(.:format) questions#show
PATCH /questions/:id(.:format) questions#update
PUT /questions/:id(.:format) questions#update
DELETE /questions/:id(.:format) questions#destroy
answers_path POST /answers(.:format) answers#create
new_answer_path GET /answers/new(.:format) answers#new
edit_answer_path GET /answers/:id/edit(.:format) answers#edit
answer_path GET /answers/:id(.:format) answers#show
PATCH /answers/:id(.:format) answers#update
PUT /answers/:id(.:format) answers#update
DELETE /answers/:id(.:format) answers#destroy
Routes for Commontator::Engine
delete_comment_path PUT /comments/:id/delete(.:format) commontator/comments#delete
undelete_comment_path PUT /comments/:id/undelete(.:format) commontator/comments#undelete
upvote_comment_path PUT /comments/:id/upvote(.:format) commontator/comments#upvote
downvote_comment_path PUT /comments/:id/downvote(.:format) commontator/comments#downvote
unvote_comment_path PUT /comments/:id/unvote(.:format) commontator/comments#unvote
thread_comments_path POST /threads/:thread_id/comments(.:format) commontator/comments#create
new_thread_comment_path GET /threads/:thread_id/comments/new(.:format) commontator/comments#new
edit_comment_path GET /comments/:id/edit(.:format) commontator/comments#edit
comment_path GET /comments/:id(.:format) commontator/comments#show
PATCH /comments/:id(.:format) commontator/comments#update
PUT /comments/:id(.:format) commontator/comments#update
close_thread_path PUT /threads/:id/close(.:format) commontator/threads#close
reopen_thread_path PUT /threads/:id/reopen(.:format) commontator/threads#reopen
subscribe_thread_path PUT /threads/:id/subscribe(.:format) commontator/subscriptions#subscribe
unsubscribe_thread_path PUT /threads/:id/unsubscribe(.:format) commontator/subscriptions#unsubscribe
thread_path GET /threads/:id(.:format) commontator/threads#show

Request

Parameters:

None

Response

Headers:

None