No route matches [GET] "/book_segments/6497/snippets"

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
arch_android_path GET /arch-android(.:format)

projects#show {:id=>"arch-android"}

sidekiq_web_path /sidekiq

Sidekiq::Web

uk_path GET|POST /uk(.:format)

discovers#uk

mysterycomp_path GET /mysterycomp(.:format)

redirect(301, contests/mysterycomp)

horrorcomp_path GET /horrorcomp(.:format)

redirect(301, contests/horrorcomp)

GET /2018horrorcomp(.:format)

redirect(301, contests/horrorcomp)

get_follows_path GET /get_follows(.:format)

follows#get_follows

get_notifications_path GET /get_notifications(.:format)

notifications#get_notifications

update_viewed_notifications_path PUT /update_viewed_notifications(.:format)

notifications#update_viewed_notifications

genre_follows_path GET /genre_follows(.:format)

genres#genre_follows

genres_path GET /genres(.:format)

genres#index

genre_path PATCH /genres/:id(.:format)

genres#update

PUT /genres/:id(.:format)

genres#update

story_tags_path GET /story_tags(.:format)

story_tags#index

POST /story_tags(.:format)

story_tags#create

new_story_tag_path GET /story_tags/new(.:format)

story_tags#new

edit_story_tag_path GET /story_tags/:id/edit(.:format)

story_tags#edit

story_tag_path GET /story_tags/:id(.:format)

story_tags#show

PATCH /story_tags/:id(.:format)

story_tags#update

PUT /story_tags/:id(.:format)

story_tags#update

DELETE /story_tags/:id(.:format)

story_tags#destroy

recommendations_path POST /recommendations(.:format)

recommendations#create

toggle_project_buckets_path POST /buckets/toggle_project(.:format)

buckets#toggle_project

toggle_user_buckets_path POST /buckets/toggle_user(.:format)

buckets#toggle_user

project_buckets_path GET /buckets/project(.:format)

buckets#project

buckets_path GET /buckets(.:format)

buckets#index

POST /buckets(.:format)

buckets#create

new_bucket_path GET /buckets/new(.:format)

buckets#new

edit_bucket_path GET /buckets/:id/edit(.:format)

buckets#edit

bucket_path GET /buckets/:id(.:format)

buckets#show

PATCH /buckets/:id(.:format)

buckets#update

PUT /buckets/:id(.:format)

buckets#update

DELETE /buckets/:id(.:format)

buckets#destroy

project_bucket_comments_path POST /project_buckets/:project_bucket_id/comments(.:format)

comments#create

project_bucket_comment_path PATCH /project_buckets/:project_bucket_id/comments/:id(.:format)

comments#update

PUT /project_buckets/:project_bucket_id/comments/:id(.:format)

comments#update

DELETE /project_buckets/:project_bucket_id/comments/:id(.:format)

comments#destroy

signup_property_subscriptions_path GET /industry/signup(.:format)

property_subscriptions#signup

save_user_property_subscriptions_path POST /industry/save_user(.:format)

property_subscriptions#save_user

PATCH /industry/save_user(.:format)

property_subscriptions#save_user

save_subscription_property_subscriptions_path POST /industry/save_subscription(.:format)

property_subscriptions#save_subscription

PATCH /industry/save_subscription(.:format)

property_subscriptions#save_subscription

save_comp_property_subscriptions_path POST /industry/save_comp(.:format)

property_subscriptions#save_comp

story_tags_property_subscriptions_path GET /industry/story_tags(.:format)

property_subscriptions#story_tags

genre_follows_property_subscriptions_path GET /industry/genre_follows(.:format)

property_subscriptions#genre_follows

finished_property_subscriptions_path GET /industry/finished(.:format)

property_subscriptions#finished

property_subscriptions_path GET /industry(.:format)

property_subscriptions#index

POST /industry(.:format)

property_subscriptions#create

edit_recommendations_property_recommendations_path GET /property_recommendations/edit_recommendations(.:format)

property_recommendations#edit_recommendations

preview_digest_property_recommendations_path GET /property_recommendations/preview_digest(.:format)

property_recommendations#preview_digest

send_digest_property_recommendations_path GET /property_recommendations/send_digest(.:format)

property_recommendations#send_digest

update_list_property_recommendations_path PATCH /property_recommendations/update_list(.:format)

property_recommendations#update_list

property_recommendations_path POST /property_recommendations(.:format)

property_recommendations#create

comps_path GET /comps(.:format)

comps#index

POST /comps(.:format)

comps#create

comp_path GET /comps/:id(.:format)

comps#show

DELETE /comps/:id(.:format)

comps#destroy

recommendations_get_recipient_list_path GET /recommendations/get_recipient_list(.:format)

recommendations#get_recipient_list

forum_path GET /forum(.:format)

forum_threads#index

report_spam_forum_thread_comment_path GET /forum_threads/:forum_thread_id/comments/:id/report_spam(.:format)

comments#report_spam

forum_thread_comments_path GET /forum_threads/:forum_thread_id/comments(.:format)

comments#index

POST /forum_threads/:forum_thread_id/comments(.:format)

comments#create

forum_thread_comment_path PATCH /forum_threads/:forum_thread_id/comments/:id(.:format)

comments#update

PUT /forum_threads/:forum_thread_id/comments/:id(.:format)

comments#update

DELETE /forum_threads/:forum_thread_id/comments/:id(.:format)

comments#destroy

construction_forum_threads_path GET /forum_threads/construction(.:format)

forum_threads#construction

forum_threads_path GET /forum_threads(.:format)

forum_threads#index

POST /forum_threads(.:format)

forum_threads#create

new_forum_thread_path GET /forum_threads/new(.:format)

forum_threads#new

edit_forum_thread_path GET /forum_threads/:id/edit(.:format)

forum_threads#edit

forum_thread_path GET /forum_threads/:id(.:format)

forum_threads#show

PATCH /forum_threads/:id(.:format)

forum_threads#update

PUT /forum_threads/:id(.:format)

forum_threads#update

DELETE /forum_threads/:id(.:format)

forum_threads#destroy

discover_path GET /discover(.:format)

discovers#index

trending_discover_path GET /discover/trending(.:format)

discovers#trending

categories_discover_path GET /discover/categories(.:format)

discovers#categories

search_discover_path GET /discover/search(.:format)

discovers#search

property_negotiation_mark_contact_path GET /properties/:property_id/negotiations/:negotiation_id/mark_contact(.:format)

negotiations#mark_contact

property_negotiations_path POST /properties/:property_id/negotiations(.:format)

negotiations#create

new_property_negotiation_path GET /properties/:property_id/negotiations/new(.:format)

negotiations#new

property_negotiation_path PATCH /properties/:property_id/negotiations/:id(.:format)

negotiations#update

PUT /properties/:property_id/negotiations/:id(.:format)

negotiations#update

properties_path GET /properties(.:format)

properties#index

property_path PATCH /properties/:id(.:format)

properties#update

PUT /properties/:id(.:format)

properties#update

touch_path GET /touch/:id(.:format)

touch#show

addresses_path POST /addresses(.:format)

addresses#create

address_path PATCH /addresses/:id(.:format)

addresses#update

PUT /addresses/:id(.:format)

addresses#update

account_syndicate_membership_index_path GET /syndicates/:syndicate_id/membership/account(.:format)

membership#account

contribution_syndicate_membership_index_path GET /syndicates/:syndicate_id/membership/contribution(.:format)

membership#contribution

card_syndicate_membership_index_path GET /syndicates/:syndicate_id/membership/card(.:format)

membership#card

review_syndicate_membership_index_path GET /syndicates/:syndicate_id/membership/review(.:format)

membership#review

confirmation_syndicate_membership_index_path GET /syndicates/:syndicate_id/membership/confirmation(.:format)

membership#confirmation

cancel_syndicate_membership_index_path GET /syndicates/:syndicate_id/membership/cancel(.:format)

membership#cancel

subscribe_syndicate_membership_index_path POST /syndicates/:syndicate_id/membership/subscribe(.:format)

membership#subscribe

confirm_cancel_syndicate_membership_index_path POST /syndicates/:syndicate_id/membership/confirm_cancel(.:format)

membership#confirm_cancel

syndicate_comments_path POST /syndicates/:syndicate_id/comments(.:format)

comments#create

syndicate_comment_path PATCH /syndicates/:syndicate_id/comments/:id(.:format)

comments#update

PUT /syndicates/:syndicate_id/comments/:id(.:format)

comments#update

DELETE /syndicates/:syndicate_id/comments/:id(.:format)

comments#destroy

syndicate_syndicate_selections_path POST /syndicates/:syndicate_id/syndicate_selections(.:format)

syndicate_selections#create

syndicates_path POST /syndicates(.:format)

syndicates#create

new_syndicate_path GET /syndicates/new(.:format)

syndicates#new

edit_syndicate_path GET /syndicates/:id/edit(.:format)

syndicates#edit

syndicate_path GET /syndicates/:id(.:format)

syndicates#show

PATCH /syndicates/:id(.:format)

syndicates#update

PUT /syndicates/:id(.:format)

syndicates#update

DELETE /syndicates/:id(.:format)

syndicates#destroy

promotions_path GET /promotions(.:format)

promotions#index

POST /promotions(.:format)

promotions#create

new_promotion_path GET /promotions/new(.:format)

promotions#new

edit_promotion_path GET /promotions/:id/edit(.:format)

promotions#edit

promotion_path GET /promotions/:id(.:format)

promotions#show

PATCH /promotions/:id(.:format)

promotions#update

PUT /promotions/:id(.:format)

promotions#update

DELETE /promotions/:id(.:format)

promotions#destroy

comment_more_path GET /comments/:comment_id/more(.:format)

comments#more

likers_comment_likes_path GET /comments/:comment_id/likes/likers(.:format)

likes#likers

comment_likes_path POST /comments/:comment_id/likes(.:format)

likes#create

comment_like_path DELETE /comments/:comment_id/likes/:id(.:format)

likes#destroy

comments_path GET /comments(.:format)

comments#index

new_comment_path GET /comments/new(.:format)

comments#new

bitcoin_receivers_path POST /bitcoin_receivers(.:format)

bitcoin_receivers#create

credit_cards_path POST /credit_cards(.:format)

credit_cards#create

credit_card_path GET /credit_cards/:id(.:format)

credit_cards#show

PATCH /credit_cards/:id(.:format)

credit_cards#update

PUT /credit_cards/:id(.:format)

credit_cards#update

DELETE /credit_cards/:id(.:format)

credit_cards#destroy

influential_books_path GET /influential_books(.:format)

influential_books#index

influential_book_path GET /influential_books/:id(.:format)

influential_books#show

external_reviews_path GET /external_reviews(.:format)

external_reviews#index

mailing_list_entries_path GET /mailing_list_entries(.:format)

mailing_list_entries#index {:reonly=>:create}

POST /mailing_list_entries(.:format)

mailing_list_entries#create {:reonly=>:create}

new_mailing_list_entry_path GET /mailing_list_entries/new(.:format)

mailing_list_entries#new {:reonly=>:create}

edit_mailing_list_entry_path GET /mailing_list_entries/:id/edit(.:format)

mailing_list_entries#edit {:reonly=>:create}

mailing_list_entry_path GET /mailing_list_entries/:id(.:format)

mailing_list_entries#show {:reonly=>:create}

PATCH /mailing_list_entries/:id(.:format)

mailing_list_entries#update {:reonly=>:create}

PUT /mailing_list_entries/:id(.:format)

mailing_list_entries#update {:reonly=>:create}

DELETE /mailing_list_entries/:id(.:format)

mailing_list_entries#destroy {:reonly=>:create}

payment_errors_path POST /payment_errors(.:format)

payment_errors#create

payment_events_path POST /payment_events(.:format)

payment_events#create

writing_samples_path GET /writing_samples(.:format)

writing_samples#index

ebooks_path GET /ebooks(.:format)

ebooks#index

videos_path POST /videos(.:format)

videos#create

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

videos#update

PUT /videos/:id(.:format)

videos#update

DELETE /videos/:id(.:format)

videos#destroy

task_path PATCH /tasks/:id(.:format)

tasks#update

PUT /tasks/:id(.:format)

tasks#update

event_attendees_path POST /event_attendees(.:format)

event_attendees#create

new_event_attendee_path GET /event_attendees/new(.:format)

event_attendees#new

event_attendee_path GET /event_attendees/:id(.:format)

event_attendees#show

re_process_order_fixer_path GET /order_fixer/:id/re_process(.:format)

order_fixer#re_process

order_fixer_path GET /order_fixer/:id(.:format)

order_fixer#show

contest_overview_path GET /contests/:contest_slug/overview(.:format)

contests#overview

contest_leaderboard_path GET /contests/:contest_slug/leaderboard(.:format)

contests#leaderboard

contest_activity_path GET /contests/:contest_slug/activity(.:format)

contests#activity

contest_contenders_path GET /contests/:contest_slug/contenders(.:format)

contests#contenders

contest_manage_path GET /contests/:contest_slug/manage(.:format)

contests#manage

contest_download_path GET /contests/:contest_slug/download(.:format)

contests#download

contest_reject_path POST /contests/:contest_slug/reject(.:format)

contests#reject

contests_path GET /contests(.:format)

contests#index

POST /contests(.:format)

contests#create

new_contest_path GET /contests/new(.:format)

contests#new

edit_contest_path GET /contests/:slug/edit(.:format)

contests#edit

contest_path GET /contests/:slug(.:format)

contests#show

PATCH /contests/:slug(.:format)

contests#update

PUT /contests/:slug(.:format)

contests#update

DELETE /contests/:slug(.:format)

contests#destroy

recommended_project_path GET /recommended_project(.:format)

project_interactions#recommended_project

project_interaction_ignore_path POST /project_interactions/:project_interaction_id/ignore(.:format)

project_interactions#ignore

project_interaction_unignore_path POST /project_interactions/:project_interaction_id/unignore(.:format)

project_interactions#unignore

project_interaction_preview_path GET /project_interactions/:project_interaction_id/preview(.:format)

project_interactions#preview

allocate_secret_path GET /secrets/:id/allocate(.:format)

secrets#allocate

secret_path GET /secrets/:id(.:format)

secrets#show

typeahead_projects_search_index_path GET /search/typeahead_projects(.:format)

search#typeahead_projects

typeahead_users_search_index_path GET /search/typeahead_users(.:format)

search#typeahead_users

refresh_search_search_index_path GET /search/refresh_search(.:format)

search#refresh_search

shelf_search_index_path GET /search/shelf(.:format)

search#shelf

search_index_path GET /search(.:format)

search#index

api_path GET /api/stats/:action(.:format)

api/stats#:action

api_test_user_email_path GET /api/test_user_email(.:format)

api/user_emails#test_user_email

api_users_path GET /api/users(.:format)

api/users#index {:format=>:json}

api_photos_path POST /api/photos(.:format)

api/photos#create

api_project_path GET /api/projects/:id(.:format)

api/projects#show

api_word_path GET /api/words/:id(.:format)

api/words#show

project_admin_metum_comments_path POST /project_admin_meta/:project_admin_metum_id/comments(.:format)

comments#create

project_admin_metum_comment_path PATCH /project_admin_meta/:project_admin_metum_id/comments/:id(.:format)

comments#update

PUT /project_admin_meta/:project_admin_metum_id/comments/:id(.:format)

comments#update

DELETE /project_admin_meta/:project_admin_metum_id/comments/:id(.:format)

comments#destroy

likers_backer_update_likes_path GET /backer_updates/:backer_update_id/likes/likers(.:format)

likes#likers

backer_update_likes_path POST /backer_updates/:backer_update_id/likes(.:format)

likes#create

backer_update_like_path DELETE /backer_updates/:backer_update_id/likes/:id(.:format)

likes#destroy

backer_updates_path GET /backer_updates(.:format)

backer_updates#index

POST /backer_updates(.:format)

backer_updates#create

new_backer_update_path GET /backer_updates/new(.:format)

backer_updates#new

edit_backer_update_path GET /backer_updates/:id/edit(.:format)

backer_updates#edit

backer_update_path GET /backer_updates/:id(.:format)

backer_updates#show

PATCH /backer_updates/:id(.:format)

backer_updates#update

PUT /backer_updates/:id(.:format)

backer_updates#update

DELETE /backer_updates/:id(.:format)

backer_updates#destroy

likers_review_likes_path GET /review/:review_id/likes/likers(.:format)

likes#likers

review_likes_path POST /review/:review_id/likes(.:format)

likes#create

review_like_path DELETE /review/:review_id/likes/:id(.:format)

likes#destroy

review_index_path GET /review(.:format)

review#index

POST /review(.:format)

review#create

new_review_path GET /review/new(.:format)

review#new

edit_review_path GET /review/:id/edit(.:format)

review#edit

review_path GET /review/:id(.:format)

review#show

PATCH /review/:id(.:format)

review#update

PUT /review/:id(.:format)

review#update

DELETE /review/:id(.:format)

review#destroy

prospect_linkedin_messages_path POST /prospects/:prospect_id/linkedin_messages(.:format)

linkedin_messages#create

snippet_comments_path POST /snippets/:snippet_id/comments(.:format)

comments#create

snippet_comment_path PATCH /snippets/:snippet_id/comments/:id(.:format)

comments#update

PUT /snippets/:snippet_id/comments/:id(.:format)

comments#update

DELETE /snippets/:snippet_id/comments/:id(.:format)

comments#destroy

likers_snippet_likes_path GET /snippets/:snippet_id/likes/likers(.:format)

likes#likers

snippet_likes_path POST /snippets/:snippet_id/likes(.:format)

likes#create

snippet_like_path DELETE /snippets/:snippet_id/likes/:id(.:format)

likes#destroy

snippets_path GET /snippets(.:format)

snippets#index

book_segment_snippets_path POST /book_segments/:book_segment_id/snippets(.:format)

snippets#create

book_segment_snippet_path GET /book_segments/:book_segment_id/snippets/:id(.:format)

snippets#show

PATCH /book_segments/:book_segment_id/snippets/:id(.:format)

snippets#update

PUT /book_segments/:book_segment_id/snippets/:id(.:format)

snippets#update

DELETE /book_segments/:book_segment_id/snippets/:id(.:format)

snippets#destroy

likers_book_segment_likes_path GET /book_segments/:book_segment_id/likes/likers(.:format)

likes#likers

book_segment_likes_path POST /book_segments/:book_segment_id/likes(.:format)

likes#create

book_segment_like_path DELETE /book_segments/:book_segment_id/likes/:id(.:format)

likes#destroy

book_segments_path GET /book_segments(.:format)

book_segments#index

collection_remove_path PUT /collections/:collection_id/remove(.:format)

collections#remove

collection_books_path GET /collections/:collection_id/books(.:format)

collections#books

collection_activity_path GET /collections/:collection_id/activity(.:format)

collections#activity

collection_manage_path GET /collections/:collection_id/manage(.:format)

collections#manage

accept_collection_collection_request_path GET /collections/:collection_id/collection_requests/:id/accept(.:format)

collection_requests#accept

decline_collection_collection_request_path GET /collections/:collection_id/collection_requests/:id/decline(.:format)

collection_requests#decline

opt_out_collection_collection_requests_path GET /collections/:collection_id/collection_requests/opt_out(.:format)

collection_requests#opt_out

create_from_email_collection_collection_requests_path GET /collections/:collection_id/collection_requests/create_from_email(.:format)

collection_requests#create_from_email

collection_collection_requests_path POST /collections/:collection_id/collection_requests(.:format)

collection_requests#create

collection_collection_request_path DELETE /collections/:collection_id/collection_requests/:id(.:format)

collection_requests#destroy

collections_path GET /collections(.:format)

collections#index

POST /collections(.:format)

collections#create

new_collection_path GET /collections/new(.:format)

collections#new

edit_collection_path GET /collections/:id/edit(.:format)

collections#edit

collection_path GET /collections/:id(.:format)

collections#show

PATCH /collections/:id(.:format)

collections#update

PUT /collections/:id(.:format)

collections#update

DELETE /collections/:id(.:format)

collections#destroy

GET /projects/*p(.:format)

redirect(301)

ideas_path GET /ideas(.:format)

redirect(301, /discover/trending)

project_project_download_path GET /books/:project_id/download(.:format)

projects#download

project_toggle_visibility_path GET /books/:project_id/toggle_visibility(.:format)

projects#toggle_visibility

project_social_proof_path GET /books/:project_id/social_proof(.:format)

projects#social_proof

project_overview_path GET /books/:project_id/overview(.:format)

projects#overview

project_discussion_path GET /books/:project_id/discussion(.:format)

projects#discussion

project_activity_path GET /books/:project_id/activity(.:format)

projects#activity

project_read_path GET /books/:project_id/read(.:format)

projects#read

re_order_project_accolades_path PUT /books/:project_id/accolades/re_order(.:format)

accolades#re_order

list_project_accolades_path GET /books/:project_id/accolades/list(.:format)

accolades#list

project_accolades_path GET /books/:project_id/accolades(.:format)

accolades#index

update_project_project_property_path PATCH /books/:project_id/properties/:id/update_project(.:format)

properties#update_project

edit_project_property_path GET /books/:project_id/properties/:id/edit(.:format)

properties#edit

project_property_path GET /books/:project_id/properties/:id(.:format)

properties#show

PATCH /books/:project_id/properties/:id(.:format)

properties#update

PUT /books/:project_id/properties/:id(.:format)

properties#update

create_foreign_language_project_negotiations_path POST /books/:project_id/negotiations/create_foreign_language(.:format)

negotiations#create_foreign_language

project_comps_path POST /books/:project_id/comps(.:format)

comps#create

project_comp_path PATCH /books/:project_id/comps/:id(.:format)

comps#update

PUT /books/:project_id/comps/:id(.:format)

comps#update

DELETE /books/:project_id/comps/:id(.:format)

comps#destroy

project_recommendations_path GET /books/:project_id/recommendations(.:format)

recommendations#index

notify_backers_project_downloads_path GET /books/:project_id/downloads/notify_backers(.:format)

downloads#notify_backers

project_downloads_path GET /books/:project_id/downloads(.:format)

downloads#index

POST /books/:project_id/downloads(.:format)

downloads#create

project_download_path GET /books/:project_id/downloads/:id(.:format)

downloads#show

PATCH /books/:project_id/downloads/:id(.:format)

downloads#update

PUT /books/:project_id/downloads/:id(.:format)

downloads#update

card_project_widget_index_path GET /books/:project_id/widget/card(.:format)

widget#card

project_widget_index_path GET /books/:project_id/widget(.:format)

widget#index

upload_project_book_segments_path POST /books/:project_id/book_segments/upload(.:format)

book_segments#upload

re_order_project_book_segments_path POST /books/:project_id/book_segments/re_order(.:format)

book_segments#re_order

feature_project_book_segments_path POST /books/:project_id/book_segments/:id/feature(.:format)

book_segments#feature

send_to_readers_project_book_segments_path POST /books/:project_id/book_segments/send_to_readers(.:format)

book_segments#send_to_readers

project_book_segments_path GET /books/:project_id/book_segments(.:format)

book_segments#index

POST /books/:project_id/book_segments(.:format)

book_segments#create

new_project_book_segment_path GET /books/:project_id/book_segments/new(.:format)

book_segments#new

edit_project_book_segment_path GET /books/:project_id/book_segments/:id/edit(.:format)

book_segments#edit

project_book_segment_path GET /books/:project_id/book_segments/:id(.:format)

book_segments#show

PATCH /books/:project_id/book_segments/:id(.:format)

book_segments#update

PUT /books/:project_id/book_segments/:id(.:format)

book_segments#update

DELETE /books/:project_id/book_segments/:id(.:format)

book_segments#destroy

project_production_costs_path POST /books/:project_id/production_costs(.:format)

production_costs#create

project_production_cost_path PATCH /books/:project_id/production_costs/:id(.:format)

production_costs#update

PUT /books/:project_id/production_costs/:id(.:format)

production_costs#update

DELETE /books/:project_id/production_costs/:id(.:format)

production_costs#destroy

edit_project_incentive_path GET /books/:project_id/incentive/:id/edit(.:format)

incentive#edit

project_incentive_path PATCH /books/:project_id/incentive/:id(.:format)

incentive#update

PUT /books/:project_id/incentive/:id(.:format)

incentive#update

toggle_approval_project_review_path PUT /books/:project_id/reviews/:id/toggle_approval(.:format)

reviews#toggle_approval

GET /books/:project_id/reviews/:id/toggle_approval(.:format)

reviews#toggle_approval

re_order_project_reviews_path PUT /books/:project_id/reviews/re_order(.:format)

reviews#re_order

project_reviews_path GET /books/:project_id/reviews(.:format)

reviews#index

POST /books/:project_id/reviews(.:format)

reviews#create

new_project_review_path GET /books/:project_id/reviews/new(.:format)

reviews#new

edit_project_review_path GET /books/:project_id/reviews/:id/edit(.:format)

reviews#edit

project_review_path GET /books/:project_id/reviews/:id(.:format)

reviews#show

PATCH /books/:project_id/reviews/:id(.:format)

reviews#update

PUT /books/:project_id/reviews/:id(.:format)

reviews#update

DELETE /books/:project_id/reviews/:id(.:format)

reviews#destroy

project_message_template_path PATCH /books/:project_id/message_templates/:id(.:format)

message_templates#update

PUT /books/:project_id/message_templates/:id(.:format)

message_templates#update

project_statement_path GET /books/:project_id/statements/:id(.:format)

statements#show

fulfillment_project_dashboard_index_path GET /books/:project_id/dashboard/fulfillment(.:format)

dashboard#fulfillment

financials_project_dashboard_index_path GET /books/:project_id/dashboard/financials(.:format)

dashboard#financials

royalty_statement_details_project_dashboard_index_path GET /books/:project_id/dashboard/royalty_statement_details(.:format)

dashboard#royalty_statement_details

royalty_adjustment_details_project_dashboard_index_path GET /books/:project_id/dashboard/royalty_adjustment_details(.:format)

dashboard#royalty_adjustment_details

readers_project_dashboard_index_path GET /books/:project_id/dashboard/readers(.:format)

dashboard#readers

orders_project_dashboard_index_path GET /books/:project_id/dashboard/orders(.:format)

dashboard#orders

book_production_project_dashboard_index_path GET /books/:project_id/dashboard/book_production(.:format)

dashboard#book_production

update_readers_project_dashboard_index_path GET /books/:project_id/dashboard/update_readers(.:format)

dashboard#update_readers

admin_project_dashboard_index_path GET /books/:project_id/dashboard/admin(.:format)

dashboard#admin

accept_new_royalty_terms_project_dashboard_index_path POST /books/:project_id/dashboard/accept_new_royalty_terms(.:format)

dashboard#accept_new_royalty_terms

quarterly_report_project_dashboard_index_path GET /books/:project_id/dashboard/quarterly_report(.:format)

dashboard#quarterly_report

project_dashboard_index_path GET /books/:project_id/dashboard(.:format)

dashboard#index

import_project_prospects_path GET /books/:project_id/prospects/import(.:format)

prospects#import

page_project_prospects_path GET /books/:project_id/prospects/page(.:format)

prospects#page

project_prospects_path GET /books/:project_id/prospects(.:format)

prospects#index

POST /books/:project_id/prospects(.:format)

prospects#create

project_prospect_path PATCH /books/:project_id/prospects/:id(.:format)

prospects#update

PUT /books/:project_id/prospects/:id(.:format)

prospects#update

DELETE /books/:project_id/prospects/:id(.:format)

prospects#destroy

project_series_index_path GET /books/:project_id/series(.:format)

series#index

POST /books/:project_id/series(.:format)

series#create

new_project_series_path GET /books/:project_id/series/new(.:format)

series#new

edit_project_series_path GET /books/:project_id/series/:id/edit(.:format)

series#edit

project_series_path GET /books/:project_id/series/:id(.:format)

series#show

PATCH /books/:project_id/series/:id(.:format)

series#update

PUT /books/:project_id/series/:id(.:format)

series#update

DELETE /books/:project_id/series/:id(.:format)

series#destroy

project_articles_path GET /books/:project_id/articles(.:format)

articles#index

POST /books/:project_id/articles(.:format)

articles#create

new_project_article_path GET /books/:project_id/articles/new(.:format)

articles#new

edit_project_article_path GET /books/:project_id/articles/:id/edit(.:format)

articles#edit

project_article_path GET /books/:project_id/articles/:id(.:format)

articles#show

PATCH /books/:project_id/articles/:id(.:format)

articles#update

PUT /books/:project_id/articles/:id(.:format)

articles#update

DELETE /books/:project_id/articles/:id(.:format)

articles#destroy

project_backer_updates_path PATCH /books/:project_id/backer_updates(.:format)

backer_updates#update

POST /books/:project_id/backer_updates(.:format)

backer_updates#create

new_project_backer_update_path GET /books/:project_id/backer_updates/new(.:format)

backer_updates#new

project_backer_update_path GET /books/:project_id/backer_updates/:id(.:format)

backer_updates#show

project_comments_path GET /books/:project_id/comments(.:format)

comments#index

POST /books/:project_id/comments(.:format)

comments#create

new_project_comment_path GET /books/:project_id/comments/new(.:format)

comments#new

edit_project_comment_path GET /books/:project_id/comments/:id/edit(.:format)

comments#edit

project_comment_path GET /books/:project_id/comments/:id(.:format)

comments#show

PATCH /books/:project_id/comments/:id(.:format)

comments#update

PUT /books/:project_id/comments/:id(.:format)

comments#update

DELETE /books/:project_id/comments/:id(.:format)

comments#destroy

project_recruitment_index_path GET /books/:project_id/recruitment(.:format)

recruitment#index

POST /books/:project_id/recruitment(.:format)

recruitment#create

project_refunds_path POST /books/:project_id/refunds(.:format)

refunds#create

new_project_refund_path GET /books/:project_id/refunds/new(.:format)

refunds#new

you_project_orders_path GET /books/:project_id/orders/you(.:format)

orders#you

save_you_project_orders_path POST /books/:project_id/orders/save_you(.:format)

orders#save_you

standby_project_orders_path GET /books/:project_id/orders/standby(.:format)

orders#standby

card_project_orders_path GET /books/:project_id/orders/card(.:format)

orders#card

bitcoin_project_orders_path GET /books/:project_id/orders/bitcoin(.:format)

orders#bitcoin

review_project_orders_path GET /books/:project_id/orders/review(.:format)

orders#review

address_project_orders_path GET /books/:project_id/orders/address(.:format)

orders#address

verify_shipping_project_orders_path GET /books/:project_id/orders/verify_shipping(.:format)

orders#verify_shipping

update_shipping_project_orders_path GET /books/:project_id/orders/update_shipping(.:format)

orders#update_shipping

confirmation_project_orders_path GET /books/:project_id/orders/confirmation(.:format)

orders#confirmation

payment_error_project_orders_path GET /books/:project_id/orders/payment_error(.:format)

orders#payment_error

project_orders_path GET /books/:project_id/orders(.:format)

orders#index

POST /books/:project_id/orders(.:format)

orders#create

project_production_schedule_index_path GET /books/:project_id/production_schedule(.:format)

production_schedule#index

edit_project_production_schedule_path GET /books/:project_id/production_schedule/:id/edit(.:format)

production_schedule#edit

project_production_schedule_path PATCH /books/:project_id/production_schedule/:id(.:format)

production_schedule#update

PUT /books/:project_id/production_schedule/:id(.:format)

production_schedule#update

project_launch_project_crowdfunding_path GET /books/:project_id/launch_project/crowdfunding(.:format)

launch_project#crowdfunding

PUT /books/:project_id/launch_project/crowdfunding(.:format)

launch_project#save_crowdfunding

PATCH /books/:project_id/launch_project/crowdfunding(.:format)

launch_project#save_crowdfunding

project_launch_project_pipeline_path GET /books/:project_id/launch_project/pipeline(.:format)

launch_project#pipeline

project_launch_project_launch_path GET /books/:project_id/launch_project/launch(.:format)

launch_project#launch

project_launch_project_accept_terms_path PATCH /books/:project_id/launch_project/accept_terms(.:format)

launch_project#accept_terms

likers_project_likes_path GET /books/:project_id/likes/likers(.:format)

likes#likers

project_likes_path POST /books/:project_id/likes(.:format)

likes#create

project_like_path DELETE /books/:project_id/likes/:id(.:format)

likes#destroy

edit_project_path GET /books/:id/edit(.:format)

projects#edit

project_path GET /books/:id(.:format)

projects#show

PATCH /books/:id(.:format)

projects#update

PUT /books/:id(.:format)

projects#update

DELETE /books/:id(.:format)

projects#destroy

catapult_readers_path GET /readers/catapult(.:format)

readers#catapult

show_shelf_readers_path GET /readers/show_shelf(.:format)

readers#show_shelf

readers_path PATCH /readers(.:format)

readers#update

POST /readers(.:format)

readers#create

select_interactions_path GET /select_interactions(.:format)

feed_item_interactions#select_interactions

production_schedule_milestone_complete_path PATCH /production_schedule/:production_schedule_id/milestones/:milestone_id/complete(.:format)

milestones#complete

production_schedule_milestones_path GET /production_schedule/:production_schedule_id/milestones(.:format)

milestones#index

POST /production_schedule/:production_schedule_id/milestones(.:format)

milestones#create

new_production_schedule_milestone_path GET /production_schedule/:production_schedule_id/milestones/new(.:format)

milestones#new

edit_production_schedule_milestone_path GET /production_schedule/:production_schedule_id/milestones/:id/edit(.:format)

milestones#edit

production_schedule_milestone_path GET /production_schedule/:production_schedule_id/milestones/:id(.:format)

milestones#show

PATCH /production_schedule/:production_schedule_id/milestones/:id(.:format)

milestones#update

PUT /production_schedule/:production_schedule_id/milestones/:id(.:format)

milestones#update

DELETE /production_schedule/:production_schedule_id/milestones/:id(.:format)

milestones#destroy

milestone_comments_path GET /milestones/:milestone_id/comments(.:format)

comments#index

POST /milestones/:milestone_id/comments(.:format)

comments#create

new_milestone_comment_path GET /milestones/:milestone_id/comments/new(.:format)

comments#new

edit_milestone_comment_path GET /milestones/:milestone_id/comments/:id/edit(.:format)

comments#edit

milestone_comment_path GET /milestones/:milestone_id/comments/:id(.:format)

comments#show

PATCH /milestones/:milestone_id/comments/:id(.:format)

comments#update

PUT /milestones/:milestone_id/comments/:id(.:format)

comments#update

DELETE /milestones/:milestone_id/comments/:id(.:format)

comments#destroy

nominations_path POST /nominations(.:format)

nominations#create

article_path GET /articles/:id(.:format)

articles#show

password_resets_path POST /password_resets(.:format)

password_resets#create

new_password_reset_path GET /password_resets/new(.:format)

password_resets#new

password_reset_path GET /password_resets/:id(.:format)

password_resets#show

PATCH /password_resets/:id(.:format)

password_resets#update

PUT /password_resets/:id(.:format)

password_resets#update

publishable_item_images_path POST /publishable_item_images(.:format)

publishable_item_images#create

admin_index_path GET /admin(.:format)

admin#index

admin_story_tags_path GET /admin/story_tags(.:format)

admin/story_tags#index

POST /admin/story_tags(.:format)

admin/story_tags#create

new_admin_story_tag_path GET /admin/story_tags/new(.:format)

admin/story_tags#new

edit_admin_story_tag_path GET /admin/story_tags/:id/edit(.:format)

admin/story_tags#edit

admin_story_tag_path GET /admin/story_tags/:id(.:format)

admin/story_tags#show

PATCH /admin/story_tags/:id(.:format)

admin/story_tags#update

PUT /admin/story_tags/:id(.:format)

admin/story_tags#update

DELETE /admin/story_tags/:id(.:format)

admin/story_tags#destroy

admin_articles_path GET /admin/articles(.:format)

admin/articles#index

POST /admin/articles(.:format)

admin/articles#create

new_admin_article_path GET /admin/articles/new(.:format)

admin/articles#new

edit_admin_article_path GET /admin/articles/:id/edit(.:format)

admin/articles#edit

admin_article_path GET /admin/articles/:id(.:format)

admin/articles#show

PATCH /admin/articles/:id(.:format)

admin/articles#update

PUT /admin/articles/:id(.:format)

admin/articles#update

DELETE /admin/articles/:id(.:format)

admin/articles#destroy

admin_nominations_path GET /admin/nominations(.:format)

admin/nominations#index

POST /admin/nominations(.:format)

admin/nominations#create

new_admin_nomination_path GET /admin/nominations/new(.:format)

admin/nominations#new

edit_admin_nomination_path GET /admin/nominations/:id/edit(.:format)

admin/nominations#edit

admin_nomination_path GET /admin/nominations/:id(.:format)

admin/nominations#show

PATCH /admin/nominations/:id(.:format)

admin/nominations#update

PUT /admin/nominations/:id(.:format)

admin/nominations#update

DELETE /admin/nominations/:id(.:format)

admin/nominations#destroy

admin_orders_path GET /admin/orders(.:format)

admin/orders#index

admin_data_dumps_path GET /admin/data_dumps(.:format)

admin/data_dumps#index

POST /admin/data_dumps(.:format)

admin/data_dumps#create

subscriptions_admin_properties_path GET /admin/properties/subscriptions(.:format)

admin/properties#subscriptions

digests_admin_properties_path GET /admin/properties/digests(.:format)

admin/properties#digests

digest_admin_properties_path GET /admin/properties/digest(.:format)

admin/properties#digest

inquiries_admin_properties_path GET /admin/properties/inquiries(.:format)

admin/properties#inquiries

deals_admin_properties_path GET /admin/properties/deals(.:format)

admin/properties#deals

ar_admin_payments_path GET /admin/payments/ar(.:format)

admin/payments#ar

cash_flow_admin_payments_path GET /admin/payments/cash_flow(.:format)

admin/payments#cash_flow

admin_payments_path GET /admin/payments(.:format)

admin/payments#index

admin_payment_path DELETE /admin/payments/:id(.:format)

admin/payments#destroy

admin_business_index_path GET /admin/business(.:format)

admin/business#index

admin_charts_path GET /admin/charts(.:format)

admin/charts#index

admin_repeaters_path GET /admin/repeaters(.:format)

admin/repeaters#index

admin_report_processor_index_path GET /admin/report_processor(.:format)

admin/report_processor#index

POST /admin/report_processor(.:format)

admin/report_processor#create

admin_ledger_index_path GET /admin/ledger(.:format)

admin/ledger#index

POST /admin/ledger(.:format)

admin/ledger#create

re_order_admin_question_and_answers_path PUT /admin/question_and_answers/re_order(.:format)

admin/question_and_answers#re_order

admin_question_and_answers_path GET /admin/question_and_answers(.:format)

admin/question_and_answers#index

POST /admin/question_and_answers(.:format)

admin/question_and_answers#create

new_admin_question_and_answer_path GET /admin/question_and_answers/new(.:format)

admin/question_and_answers#new

edit_admin_question_and_answer_path GET /admin/question_and_answers/:id/edit(.:format)

admin/question_and_answers#edit

admin_question_and_answer_path GET /admin/question_and_answers/:id(.:format)

admin/question_and_answers#show

PATCH /admin/question_and_answers/:id(.:format)

admin/question_and_answers#update

PUT /admin/question_and_answers/:id(.:format)

admin/question_and_answers#update

DELETE /admin/question_and_answers/:id(.:format)

admin/question_and_answers#destroy

admin_credits_path GET /admin/credits(.:format)

admin/credits#index

admin_royalties_path GET /admin/royalties(.:format)

admin/royalties#index

new_admin_royalty_path GET /admin/royalties/new(.:format)

admin/royalties#new

edit_admin_royalty_path GET /admin/royalties/:id/edit(.:format)

admin/royalties#edit

admin_royalty_path PATCH /admin/royalties/:id(.:format)

admin/royalties#update

PUT /admin/royalties/:id(.:format)

admin/royalties#update

admin_royalties_quarterly_report_path GET /admin/royalties/quarterly_report(.:format)

admin/royalties#quarterly_report

sales_trends_admin_projects_path GET /admin/projects/sales_trends(.:format)

admin/projects#sales_trends

list_price_admin_projects_path GET /admin/projects/list_price(.:format)

admin/projects#list_price

pl_admin_projects_path GET /admin/projects/pl(.:format)

admin/projects#pl

interactions_admin_projects_path GET /admin/projects/interactions(.:format)

admin/projects#interactions

monthly_financials_admin_projects_path GET /admin/projects/monthly_financials(.:format)

admin/projects#monthly_financials

state_taxes_admin_projects_path GET /admin/projects/state_taxes(.:format)

admin/projects#state_taxes

admin_project_project_admin_metum_path PATCH /admin/projects/:project_id/project_admin_meta/:id(.:format)

admin/project_admin_meta#update

PUT /admin/projects/:project_id/project_admin_meta/:id(.:format)

admin/project_admin_meta#update

admin_projects_path GET /admin/projects(.:format)

admin/projects#index

POST /admin/projects(.:format)

admin/projects#create

new_admin_project_path GET /admin/projects/new(.:format)

admin/projects#new

edit_admin_project_path GET /admin/projects/:id/edit(.:format)

admin/projects#edit

admin_project_path GET /admin/projects/:id(.:format)

admin/projects#show

PATCH /admin/projects/:id(.:format)

admin/projects#update

PUT /admin/projects/:id(.:format)

admin/projects#update

DELETE /admin/projects/:id(.:format)

admin/projects#destroy

production_admin_liabilities_path GET /admin/liabilities/production(.:format)

admin/liabilities#production

credits_admin_liabilities_path GET /admin/liabilities/credits(.:format)

admin/liabilities#credits

repeat_backers_admin_users_path GET /admin/users/repeat_backers(.:format)

admin/users#repeat_backers

admin_users_path GET /admin/users(.:format)

admin/users#index

edit_admin_user_path GET /admin/users/:id/edit(.:format)

admin/users#edit

admin_user_path PATCH /admin/users/:id(.:format)

admin/users#update

PUT /admin/users/:id(.:format)

admin/users#update

DELETE /admin/users/:id(.:format)

admin/users#destroy

admin_jobs_path GET /admin/jobs(.:format)

admin/jobs#index

admin_job_path PATCH /admin/jobs/:id(.:format)

admin/jobs#update

PUT /admin/jobs/:id(.:format)

admin/jobs#update

DELETE /admin/jobs/:id(.:format)

admin/jobs#destroy

admin_editors_path GET /admin/editors(.:format)

admin/editors#index

POST /admin/editors(.:format)

admin/editors#create

new_admin_editor_path GET /admin/editors/new(.:format)

admin/editors#new

edit_admin_editor_path GET /admin/editors/:id/edit(.:format)

admin/editors#edit

admin_editor_path PATCH /admin/editors/:id(.:format)

admin/editors#update

PUT /admin/editors/:id(.:format)

admin/editors#update

DELETE /admin/editors/:id(.:format)

admin/editors#destroy

channel_modal_admin_channels_path GET /admin/channels/channel_modal(.:format)

admin/channels#channel_modal

admin_channels_path POST /admin/channels(.:format)

admin/channels#create

admin_channel_path PATCH /admin/channels/:id(.:format)

admin/channels#update

PUT /admin/channels/:id(.:format)

admin/channels#update

modal_admin_project_admin_meta_path GET /admin/project_admin_meta/modal(.:format)

admin/project_admin_meta#modal

note_admin_project_admin_meta_path GET /admin/project_admin_meta/note(.:format)

admin/project_admin_meta#note

production_index_path GET /production(.:format)

production#index

schedules_production_index_path GET /production/schedules(.:format)

production#schedules

pipeline_production_index_path GET /production/pipeline(.:format)

production#pipeline

GET /production(.:format)

production#index

POST /production(.:format)

production#create

new_production_path GET /production/new(.:format)

production#new

edit_production_path GET /production/:id/edit(.:format)

production#edit

production_path GET /production/:id(.:format)

production#show

PATCH /production/:id(.:format)

production#update

PUT /production/:id(.:format)

production#update

DELETE /production/:id(.:format)

production#destroy

update_project_products_path PATCH /products/update_project(.:format)

products#update_project

products_path GET /products(.:format)

products#index

edit_product_path GET /products/:id/edit(.:format)

products#edit

product_path PATCH /products/:id(.:format)

products#update

PUT /products/:id(.:format)

products#update

start_project_overview_path GET /start_project/overview(.:format)

start_project#overview

start_project_block_path POST /start_project/block(.:format)

start_project#create_block

start_project_idea_path GET /start_project/idea(.:format)

start_project#idea

POST /start_project/idea(.:format)

start_project#create_idea

PUT /start_project/idea(.:format)

start_project#update_idea

PATCH /start_project/idea(.:format)

start_project#update_idea

start_project_manuscript_path GET /start_project/manuscript(.:format)

start_project#manuscript

PUT /start_project/manuscript(.:format)

start_project#save_manuscript

PATCH /start_project/manuscript(.:format)

start_project#save_manuscript

start_project_properties_path GET /start_project/properties(.:format)

start_project#properties

PUT /start_project/properties(.:format)

start_project#save_properties

PATCH /start_project/properties(.:format)

start_project#save_properties

start_project_you_path GET /start_project/you(.:format)

start_project#you

PUT /start_project/you(.:format)

start_project#save_you

PATCH /start_project/you(.:format)

start_project#save_you

next_flip_path GET /flip/:id/next(.:format)

flip#next

trending_flip_path GET /flip/:id/trending(.:format)

flip#trending

calculate_funding_goal_index_path GET /funding_goal/calculate(.:format)

funding_goal#calculate

wins_path GET /wins(.:format)

home#wins

index_path GET /index(.:format)

home#index

story_machine_path GET /story_machine(.:format)

home#story_machine

buzzing_path GET /buzzing(.:format)

home#buzzing

trending_path GET /trending(.:format)

home#trending

browse_path GET /browse(.:format)

home#browse

our_contests_path GET /our_contests(.:format)

home#our_contests

GET /syndicates(.:format)

home#syndicates

imprints_path GET /imprints(.:format)

home#imprints

how_it_works_path GET /how_it_works(.:format)

home#how_it_works

GET /readers(.:format)

home#readers

more_readers_path GET /more_readers(.:format)

home#more_readers

evolution_path GET /evolution(.:format)

home#evolution

stats_path GET /stats(.:format)

home#stats

authors_path GET /authors(.:format)

home#authors

jobs_path GET /jobs(.:format)

home#jobs

editors_path GET /editors(.:format)

home#editors

content_path GET /content(.:format)

home#content

retailers_path GET /retailers(.:format)

home#retailers

mail_path GET /mail(.:format)

home#mail

faq_path GET /faq(.:format)

home#faq

presentation_path GET /presentation(.:format)

home#presentation

terms_of_service_path GET /terms_of_service(.:format)

home#terms_of_service

policies_path GET /policies(.:format)

home#policies

privacy_policy_path GET /privacy_policy(.:format)

home#privacy_policy

launching_path GET /launching(.:format)

home#launching

contact_path GET /contact(.:format)

home#contact

publishing_terms_path GET /publishing_terms(.:format)

home#publishing_terms

channel_path GET /channel(.:format)

home#channel

drinkshares_path GET /drinkshares(.:format)

home#drinkshares

collections_terms_path GET /collections_terms(.:format)

home#collections_terms

book_sellers_path GET /book_sellers(.:format)

home#book_sellers

sign_in_as_user_path GET /sign_in_as_user(.:format)

session#sign_in_as_user

session_path GET /session(.:format)

session#new

POST /session(.:format)

session#create

session_new_user_path GET /session/new_user(.:format)

session#new_user

PATCH /session/new_user(.:format)

session#save_new_user

DELETE /session(.:format)

session#destroy

twitter_callback_path GET /auth/twitter/callback(.:format)

twitter_session#create

twitter_failure_path GET /auth/twitter/failure(.:format)

twitter_session#error

google_callback_path GET /auth/google_oauth2/callback(.:format)

google_session#create

google_failure_path GET /auth/google_oauth2/failure(.:format)

google_session#error

linkedin_callback_path GET /auth/linkedin/callback(.:format)

linkedin_session#create

linkedin_failure_path GET /auth/linkedin/failure(.:format)

linkedin_session#error

facebook_callback_path GET /auth/facebook/callback(.:format)

facebook_session#create

facebook_failure_path GET /auth/facebook/failure(.:format)

facebook_session#error

facebook_redirect_path GET /facebook/redirect(.:format)

facebook_session#redirect

root_path GET /

home#index

press_mentions_path GET /press(.:format)

press_mentions#index

POST /press(.:format)

press_mentions#create

new_press_mention_path GET /press/new(.:format)

press_mentions#new

edit_press_mention_path GET /press/:id/edit(.:format)

press_mentions#edit

press_mention_path PATCH /press/:id(.:format)

press_mentions#update

PUT /press/:id(.:format)

press_mentions#update

DELETE /press/:id(.:format)

press_mentions#destroy

user_bookshelf_path GET /:user_id/bookshelf(.:format)

bookshelves#index

user_bookshelves_path GET /:user_id/bookshelves(.:format)

bookshelves#show

hide_conversation_user_message_path GET /:user_id/messages/:id/hide_conversation(.:format)

messages#hide_conversation

abusive_user_message_path PUT /:user_id/messages/:id/abusive(.:format)

messages#abusive

not_abusive_user_message_path PUT /:user_id/messages/:id/not_abusive(.:format)

messages#not_abusive

sent_user_messages_path GET /:user_id/messages/sent(.:format)

messages#sent

user_messages_path GET /:user_id/messages(.:format)

messages#index

POST /:user_id/messages(.:format)

messages#create

new_user_message_path GET /:user_id/messages/new(.:format)

messages#new

user_message_path GET /:user_id/messages/:id(.:format)

messages#show

DELETE /:user_id/messages/:id(.:format)

messages#destroy

user_bitcoin_refunds_path GET /:user_id/bitcoin_refunds(.:format)

bitcoin_refunds#show

POST /:user_id/bitcoin_refunds(.:format)

bitcoin_refunds#create

user_linked_accounts_path DELETE /:user_id/linked_accounts(.:format)

users#remove_linked_account

user_notifications_path GET /:user_id/notifications(.:format)

users#notifications

user_address_path GET /:user_id/address(.:format)

users#address

user_project_orders_path GET /:user_id/project_orders(.:format)

users#project_orders

user_hide_profile_path PATCH /:user_id/hide_profile(.:format)

users#hide_profile

user_confirmation_path GET /:user_id/confirmation(.:format)

users#confirmation

user_preferences_path GET /:user_id/preferences(.:format)

preferences#index

user_preference_path GET /:user_id/preferences/:id(.:format)

preferences#show

PATCH /:user_id/preferences/:id(.:format)

preferences#update

PUT /:user_id/preferences/:id(.:format)

preferences#update

resend_email_user_credit_path GET /:user_id/credits/:id/resend_email(.:format)

credits#resend_email

user_credits_path GET /:user_id/credits(.:format)

credits#index

POST /:user_id/credits(.:format)

credits#create

user_credit_path GET /:user_id/credits/:id(.:format)

credits#show

user_payment_account_path GET /:user_id/payment_accounts/:id(.:format)

payment_accounts#show

PATCH /:user_id/payment_accounts/:id(.:format)

payment_accounts#update

PUT /:user_id/payment_accounts/:id(.:format)

payment_accounts#update

user_bank_accounts_path GET /:user_id/bank_accounts(.:format)

bank_accounts#show

POST /:user_id/bank_accounts(.:format)

bank_accounts#create

user_bank_account_path PATCH /:user_id/bank_accounts/:id(.:format)

bank_accounts#update

PUT /:user_id/bank_accounts/:id(.:format)

bank_accounts#update

DELETE /:user_id/bank_accounts/:id(.:format)

bank_accounts#destroy

user_follow_path POST /:user_id/:controller/:resource/:resource_id(.:format)

:controller#create

user_unfollow_path DELETE /:user_id/:controller/:resource/:resource_id(.:format)

:controller#destroy

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

users#edit

user_path GET /:id(.:format)

users#show

PATCH /:id(.:format)

users#update

PUT /:id(.:format)

users#update

GET /404(.:format)

application#not_found

GET /422(.:format)

application#change_rejected

GET /500(.:format)

application#server_error

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