Routing Error

No route matches [GET] "/favorites/38902/add"

Rails.root: /home/exchangeumma/public_html

Application Trace | Framework Trace | Full Trace

Routes

Routes match in priority from top to bottom

Helper HTTP Verb Path Controller#Action
Path / Url
rate_path POST /rate(.:format)

rater#create

new_user_session_path GET /users/sign_in(.:format)

users/sessions#new

user_session_path POST /users/sign_in(.:format)

users/sessions#create

destroy_user_session_path DELETE /users/sign_out(.:format)

users/sessions#destroy

user_shibboleth_omniauth_authorize_path GET|POST /users/auth/shibboleth(.:format)

users/omniauth_callbacks#passthru

user_shibboleth_omniauth_callback_path GET|POST /users/auth/shibboleth/callback(.:format)

users/omniauth_callbacks#shibboleth

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_google_oauth2_omniauth_authorize_path GET|POST /users/auth/google_oauth2(.:format)

users/omniauth_callbacks#passthru

user_google_oauth2_omniauth_callback_path GET|POST /users/auth/google_oauth2/callback(.:format)

users/omniauth_callbacks#google_oauth2

new_user_password_path GET /users/password/new(.:format)

devise/passwords#new

edit_user_password_path GET /users/password/edit(.:format)

devise/passwords#edit

user_password_path PATCH /users/password(.:format)

devise/passwords#update

PUT /users/password(.:format)

devise/passwords#update

POST /users/password(.:format)

devise/passwords#create

cancel_user_registration_path GET /users/cancel(.:format)

users/registrations#cancel

new_user_registration_path GET /users/sign_up(.:format)

users/registrations#new

edit_user_registration_path GET /users/edit(.:format)

users/registrations#edit

user_registration_path PATCH /users(.:format)

users/registrations#update

PUT /users(.:format)

users/registrations#update

DELETE /users(.:format)

users/registrations#destroy

POST /users(.:format)

users/registrations#create

destroy_user_session_path_path DELETE /sign_out(.:format)

devise/sessions#destroy

root_path GET /

welcome#index

resources_path GET /resources(.:format)

resources#index

POST /resources(.:format)

resources#create

new_resource_path GET /resources/new(.:format)

resources#new

edit_resource_path GET /resources/:id/edit(.:format)

resources#edit

resource_path GET /resources/:id(.:format)

resources#show

PATCH /resources/:id(.:format)

resources#update

PUT /resources/:id(.:format)

resources#update

DELETE /resources/:id(.:format)

resources#destroy

groups_path GET /groups(.:format)

groups#index

POST /groups(.:format)

groups#create

new_group_path GET /groups/new(.:format)

groups#new

edit_group_path GET /groups/:id/edit(.:format)

groups#edit

group_path GET /groups/:id(.:format)

groups#show

PATCH /groups/:id(.:format)

groups#update

PUT /groups/:id(.:format)

groups#update

DELETE /groups/:id(.:format)

groups#destroy

autocomplete_group_user_name_path GET /groups/:id/autocomplete_group_user_name(.:format)

groups#autocomplete_user_name

group_add_user_path POST /groups/:id/add_group_user(.:format)

groups#add_user

group_remove_user_path GET /groups/:id/remove_group_user(.:format)

groups#remove_user

get_umich_groups_for_user_path GET /groups/:id/get_umich_groups_for_user(.:format)

groups#get_umich_groups_for_user

user_guide_path GET /user_guide(.:format)

about#user_guide

new_collection_path GET /collections/new(.:format)

resources#new {:type=>"collection"}

new_collection_with_id_path GET /collections/new/child_id/:child_id(.:format)

resources#new {:type=>"collection"}

new_subcollection_with_id_path GET /collections/new/subcollection/:parent_id(.:format)

resources#new {:type=>"collection"}

new_resource_for_collection_with_id_path GET /resources/new/collection/:parent_id(.:format)

resources#new {:type=>"resource"}

new_crcset_path GET /crc/new(.:format)

resources#new {:type=>"crcset"}

media_files_path POST /media_files(.:format)

media_files#create

media_file_path PATCH /media_files/:id(.:format)

media_files#update

PUT /media_files/:id(.:format)

media_files#update

DELETE /media_files/:id(.:format)

media_files#destroy

local_files_path POST /local_files(.:format)

local_files#create

youtube_links_path POST /youtube_links(.:format)

youtube_links#create

soundcloud_links_path POST /soundcloud_links(.:format)

soundcloud_links#create

vimeo_links_path POST /vimeo_links(.:format)

vimeo_links#create

flickr_links_path POST /flickr_links(.:format)

flickr_links#create

googledocs_links_path POST /googledocs_links(.:format)

googledocs_links#create

resource_hierarchies_path GET /resource_hierarchies(.:format)

resource_hierarchies#index

POST /resource_hierarchies(.:format)

resource_hierarchies#create

new_resource_hierarchy_path GET /resource_hierarchies/new(.:format)

resource_hierarchies#new

edit_resource_hierarchy_path GET /resource_hierarchies/:id/edit(.:format)

resource_hierarchies#edit

resource_hierarchy_path GET /resource_hierarchies/:id(.:format)

resource_hierarchies#show

PATCH /resource_hierarchies/:id(.:format)

resource_hierarchies#update

PUT /resource_hierarchies/:id(.:format)

resource_hierarchies#update

DELETE /resource_hierarchies/:id(.:format)

resource_hierarchies#destroy

add_new_comment_to_resources_path POST /resources/add_comment(.:format)

resources#add_comment

add_new_tag_to_resources_path POST /resources/add_tag(.:format)

resources#add_tag

add_new_term_to_resources_path POST /resources/add_term(.:format)

resources#add_term

add_new_link_to_resources_path POST /resources/add_link(.:format)

resources#add_link

remove_comment_from_resources_path GET /resources/:id/remove_comment(.:format)

resources#remove_comment

remove_tag_from_resources_path GET /resources/:id/remove_tag(.:format)

resources#remove_tag

remove_term_from_resources_path GET /resources/:id/remove_term(.:format)

resources#remove_term

remove_link_from_resources_path GET /resources/:id/remove_link(.:format)

resources#remove_link

remove_parent_path GET /resources/:id/remove_parent/:parent_id(.:format)

resources#remove_parent

PUT /resources/edit_link/:link_id(.:format)

resources#edit_link

PUT /resources/edit_link_caption/:link_id(.:format)

resources#edit_link_caption

set_resource_parent_with_id_path POST /resources/:id/set_parent(.:format)

resources#update

add_related_resource_path POST /resources/:id/add_related_resource(.:format)

resources#add_related_resource

PUT /resources/edit_related_resource_caption/:related_id(.:format)

resources#edit_related_resource_caption

remove_related_resource_path GET /resources/:id/remove_related_resource(.:format)

resources#remove_related_resource

fork_resource_path POST /resources/:id/fork(.:format)

resources#fork

publish_resource_path POST /resources/:id/publish(.:format)

resources#toggle_access

set_response_info_path POST /resources/:id/set_response_info/:response_id(.:format)

resources#set_response_info

add_child_resource_path POST /resources/:id/add_child_resource(.:format)

resources#add_child_resource

add_child_resources_path POST /resources/:id/add_child_resources(.:format)

resources#add_child_resources

create_with_child_resources_path POST /resources/create_new_resource_with_children(.:format)

resources#create_new_resource_with_children

set_media_order_path GET /resources/:id/set_media_order(.:format)

resources#set_media_order

set_resource_order_path GET /resources/:id/set_resource_order(.:format)

resources#set_resource_order

set_link_order_path GET /resources/:id/set_link_order(.:format)

resources#set_link_order

set_related_resource_order_path GET /resources/:id/set_related_resource_order(.:format)

resources#set_related_resource_order

get_media_list_path GET /resources/:id/get_media_list/:start(.:format)

resources#get_media_list

POST /resources/:id/save_preferences(.:format)

resources#save_preferences {:format=>"json"}

resource_preview_path GET /resources/:id(.:format)

resources#show {:mode=>:preview}

resource_view_path GET /resources/:id/view(.:format)

resources#view

resource_view_from_collection_path GET /resources/:id/view/:collection_id(.:format)

resources#view

quick_search_path GET /quick_search/query(.:format)

quick_search#query

quick_search_with_dtype_path GET /quick_search/query/:dtype(.:format)

quick_search#query

advanced_search_path GET /advanced_search/query(.:format)

quick_search#advanced

welcome_search_path GET /welcome/search(.:format)

welcome#search

welcome_refine_path GET /welcome/refine/query/:query(.:format)

welcome#refine

welcome_refine_no_query_path GET /welcome/refine(.:format)

welcome#refine

welcome_refine_panel_path GET /welcome/refinepanel(.:format)

welcome#refinepanel

welcome_autocomplete_resource_title_path GET /welcome/autocomplete_collection_title(.:format)

welcome#autocomplete_resource_title {:mode=>2}

welcome_autocomplete_collection_resource_title_path GET /welcome/autocomplete_collection_resource_title(.:format)

welcome#autocomplete_resource_title {:mode=>1}

query_result_infinite_path GET /quick_search/query_results/:type(.:format)

quick_search#query_results {:type=>/[A-Za-z0-9_\-]+/}

query_results_path GET /quick_search/query_results/:type/:page/*query(.:format)

quick_search#query_results {:query=>/.+/, :type=>/[A-Za-z0-9_\-]+/, :page=>/[\d]+/}

quick_search_autocomplete_resource_title_path GET /quick_search/autocomplete_collection_title(.:format)

quick_search#autocomplete_resource_title {:mode=>2}

quick_search_autocomplete_collection_resource_title_path GET /quick_search/autocomplete_collection_resource_title(.:format)

quick_search#autocomplete_resource_title {:mode=>1}

advanced_search_autocomplete_resource_title_path GET /advanced_search/autocomplete_collection_title(.:format)

quick_search#autocomplete_resource_title {:mode=>2}

advanced_search_autocomplete_collection_resource_title_path GET /advanced_search/autocomplete_collection_resource_title(.:format)

quick_search#autocomplete_resource_title {:mode=>1}

dashboard_path GET /dashboard(.:format)

dashboard#index

autocomplete_resource_title_path GET /resources/:id/autocomplete_resource_title(.:format)

resources#autocomplete_resource_title {:mode=>1}

autocomplete_collection_object_title_path GET /resources/:id/autocomplete_collection_object_title(.:format)

resources#autocomplete_resource_title {:mode=>3}

autocomplete_user_name_path GET /resources/:id/autocomplete_user_name(.:format)

resources#autocomplete_user_name

autocomplete_vocabulary_term_term_path GET /resources/:id/autocomplete_vocabulary_term_term(.:format)

resources#autocomplete_vocabulary_term_term

autocomplete_current_location_path GET /resources/:id/autocomplete_current_location(.:format)

resources#autocomplete_current_location

autocomplete_author_path GET /resources/:id/autocomplete_author(.:format)

resources#autocomplete_author

add_user_access_path POST /resources/:id/add_user_access(.:format)

resources#add_user_access

remove_resource_user_access_path GET /resources/:id/remove_resource_user_access(.:format)

resources#remove_user_access

add_group_access_path POST /resources/:id/add_group_access(.:format)

resources#add_group_access

remove_resource_group_access_path GET /resources/:id/remove_resource_group_access(.:format)

resources#remove_group_access

featured_path GET /featured(.:format)

featured#index

featured_load_feature_path GET /featured/:slug(.:format)

featured#index

featured_get_set_contents_path GET /featured/:id/get_set_contents(.:format)

featured#get_set_contents

featured_get_set_contents_by_slug_path GET /featured/:slug/get(.:format)

featured#get_set_contents

add_favorite_path POST /favorites/:id/add(.:format)

favorites#add

remove_favorite_path POST /favorites/:id/remove(.:format)

favorites#remove

GET /users/:id(.:format)

users#edit

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

featured_content_sets_path GET /featured_content_sets(.:format)

featured_content_sets#index

featured_content_sets_set_order_path GET /featured_content_sets/set_order(.:format)

featured_content_sets#set_order

GET /featured_content_sets(.:format)

featured_content_sets#index

POST /featured_content_sets(.:format)

featured_content_sets#create

new_featured_content_set_path GET /featured_content_sets/new(.:format)

featured_content_sets#new

edit_featured_content_set_path GET /featured_content_sets/:id/edit(.:format)

featured_content_sets#edit

featured_content_set_path GET /featured_content_sets/:id(.:format)

featured_content_sets#show

PATCH /featured_content_sets/:id(.:format)

featured_content_sets#update

PUT /featured_content_sets/:id(.:format)

featured_content_sets#update

DELETE /featured_content_sets/:id(.:format)

featured_content_sets#destroy

featured_content_set_items_path GET /featured_content_set_items(.:format)

featured_content_set_items#index

POST /featured_content_set_items(.:format)

featured_content_set_items#create

new_featured_content_set_item_path GET /featured_content_set_items/new(.:format)

featured_content_set_items#new

edit_featured_content_set_item_path GET /featured_content_set_items/:id/edit(.:format)

featured_content_set_items#edit

featured_content_set_item_path GET /featured_content_set_items/:id(.:format)

featured_content_set_items#show

PATCH /featured_content_set_items/:id(.:format)

featured_content_set_items#update

PUT /featured_content_set_items/:id(.:format)

featured_content_set_items#update

DELETE /featured_content_set_items/:id(.:format)

featured_content_set_items#destroy

autocomplete_set_resource_title_path GET /featured_content_sets/:id/autocomplete_resource_title(.:format)

featured_content_sets#autocomplete_resource_title {:mode=>1}

featured_content_sets_add_set_item_path POST /featured_content_sets/:id/add_set_item(.:format)

featured_content_sets#add_set_item

featured_content_sets_remove_set_item_path GET /featured_content_sets/:id/remove_set_item(.:format)

featured_content_sets#remove_set_item

GET /featured_content_sets/:id/set_item_order(.:format)

featured_content_sets#set_item_order

vocabulary_terms_path GET /vocabulary_terms(.:format)

vocabulary_terms#index

GET /vocabulary_terms(.:format)

vocabulary_terms#index

POST /vocabulary_terms(.:format)

vocabulary_terms#create

new_vocabulary_term_path GET /vocabulary_terms/new(.:format)

vocabulary_terms#new

edit_vocabulary_term_path GET /vocabulary_terms/:id/edit(.:format)

vocabulary_terms#edit

vocabulary_term_path GET /vocabulary_terms/:id(.:format)

vocabulary_terms#show

PATCH /vocabulary_terms/:id(.:format)

vocabulary_terms#update

PUT /vocabulary_terms/:id(.:format)

vocabulary_terms#update

DELETE /vocabulary_terms/:id(.:format)

vocabulary_terms#destroy

vocabulary_term_synonyms_path GET /vocabulary_term_synonyms(.:format)

vocabulary_term_synonyms#index

POST /vocabulary_term_synonyms(.:format)

vocabulary_term_synonyms#create

new_vocabulary_term_synonym_path GET /vocabulary_term_synonyms/new(.:format)

vocabulary_term_synonyms#new

edit_vocabulary_term_synonym_path GET /vocabulary_term_synonyms/:id/edit(.:format)

vocabulary_term_synonyms#edit

vocabulary_term_synonym_path GET /vocabulary_term_synonyms/:id(.:format)

vocabulary_term_synonyms#show

PATCH /vocabulary_term_synonyms/:id(.:format)

vocabulary_term_synonyms#update

PUT /vocabulary_term_synonyms/:id(.:format)

vocabulary_term_synonyms#update

DELETE /vocabulary_term_synonyms/:id(.:format)

vocabulary_term_synonyms#destroy

vocabulary_terms_add_child_path GET /vocabulary_terms/:id/add_child(.:format)

vocabulary_terms#new

vocabulary_terms_add_synonym_path POST /vocabulary_terms/:id/add_synonym(.:format)

vocabulary_terms#add_synonym

vocabulary_terms_edit_synonym_path PATCH /vocabulary_terms/:id/edit_synonym(.:format)

vocabulary_terms#edit_synonym

vocabulary_terms_remove_synonym_path GET /vocabulary_terms/:id/remove_synonym(.:format)

vocabulary_terms#remove_synonym

filter_user_items_path GET /filter_user_items(.:format)

dashboard#filter_user_items

remove_filter_path GET /remove_filter(.:format)

dashboard#remove_filter

load_media_modal_path GET /resources/:id/load_media_modal(.:format)

resources#load_media_modal

load_fullscreen_slideshow_path GET /resources/:id/load_fullscreen_slideshow(.:format)

resources#load_fullscreen_slideshow

load_slides_path GET /resources/:id/load_slides(.:format)

resources#load_slides

load_thumbnails_path GET /resources/:id/load_thumbnails/:start&:caption(.:format)

resources#load_thumbnails

pdfjs_path /pdfjs

PdfjsViewer::Rails::Engine

riiif_path /image-service

Riiif::Engine

POST /resources/:id/send_report(.:format)

resources#send_report

quick_search_autocomplete_refine_path GET /quick_search/autocomplete_refine/:field/*query(.:format)

quick_search#autocomplete_refine {:format=>/json|csv|xml|yaml/, :query=>/.+/, :field=>/[A-Za-z0-9_\.]+?/}

welcome_autocomplete_refine_path GET /welcome/autocomplete_refine/:field/*query(.:format)

welcome#autocomplete_refine {:format=>/json|csv|xml|yaml/, :query=>/.+/, :field=>/[A-Za-z0-9_\.]+?/}

api_search_with_type_path GET /api/search/:type/:q(.:format)

api#search

api_search_with_type_length_path GET /api/search/:type/:q/length/:length(.:format)

api#search

api_search_with_type_sort_path GET /api/search/:type/:q/sort/:sort(.:format)

api#search

api_search_with_type_sort_length_path GET /api/search/:type/:q/sort/:sort/length/:length(.:format)

api#search

resource_detail_path GET /api/detail/:id(.:format)

api#detail

media_detail_path GET /api/media/:id(.:format)

api#media

GET /api/:type/:id(.:format)

api#detail

Routes for PdfjsViewer::Rails::Engine
minimal_path GET /minimal(.:format)

pdfjs_viewer/viewer#minimal

reduced_path GET /reduced(.:format)

pdfjs_viewer/viewer#reduced

full_path GET /full(.:format)

pdfjs_viewer/viewer#full

Routes for Riiif::Engine
image_path GET /:id/:region/:size/:rotation/:quality.:format

riiif/images#show {:format=>"jpg", :rotation=>/[\w.]+/, :region=>"full", :quality=>"default", :model=>"riiif/image", :size=>/(pct:)?[\w.,]+/}

info_path GET /:id/info.json(.:format)

riiif/images#info {:format=>"json", :model=>"riiif/image"}

GET /:id(.:format)

riiif/images#redirect

Request

Parameters:

None

Response

Headers:

None