Routing Error

No route matches [GET] "/never-again-20-years-after-genocide-in-rwanda"

Rails.root: /var/www/apps/rails/eleos_test

Application Trace | Framework Trace | Full Trace

Routes

Routes match in priority from top to bottom

Helper HTTP Verb Path Controller#Action
Path / Url
employees_path GET /employees(.:format)

employees#index

POST /employees(.:format)

employees#create

new_employee_path GET /employees/new(.:format)

employees#new

edit_employee_path GET /employees/:id/edit(.:format)

employees#edit

employee_path GET /employees/:id(.:format)

employees#show

PATCH /employees/:id(.:format)

employees#update

PUT /employees/:id(.:format)

employees#update

DELETE /employees/:id(.:format)

employees#destroy

entities_path GET /entities(.:format)

entities#index

POST /entities(.:format)

entities#create

new_entity_path GET /entities/new(.:format)

entities#new

edit_entity_path GET /entities/:id/edit(.:format)

entities#edit

entity_path GET /entities/:id(.:format)

entities#show

PATCH /entities/:id(.:format)

entities#update

PUT /entities/:id(.:format)

entities#update

DELETE /entities/:id(.:format)

entities#destroy

account_numbers_path GET /account_numbers(.:format)

account_numbers#index

POST /account_numbers(.:format)

account_numbers#create

new_account_number_path GET /account_numbers/new(.:format)

account_numbers#new

edit_account_number_path GET /account_numbers/:id/edit(.:format)

account_numbers#edit

account_number_path GET /account_numbers/:id(.:format)

account_numbers#show

PATCH /account_numbers/:id(.:format)

account_numbers#update

PUT /account_numbers/:id(.:format)

account_numbers#update

DELETE /account_numbers/:id(.:format)

account_numbers#destroy

child_photo_statuses_path GET /child_photo_statuses(.:format)

child_photo_statuses#index

POST /child_photo_statuses(.:format)

child_photo_statuses#create

new_child_photo_status_path GET /child_photo_statuses/new(.:format)

child_photo_statuses#new

edit_child_photo_status_path GET /child_photo_statuses/:id/edit(.:format)

child_photo_statuses#edit

child_photo_status_path GET /child_photo_statuses/:id(.:format)

child_photo_statuses#show

PATCH /child_photo_statuses/:id(.:format)

child_photo_statuses#update

PUT /child_photo_statuses/:id(.:format)

child_photo_statuses#update

DELETE /child_photo_statuses/:id(.:format)

child_photo_statuses#destroy

track_change_types_path GET /track_change_types(.:format)

track_change_types#index

POST /track_change_types(.:format)

track_change_types#create

new_track_change_type_path GET /track_change_types/new(.:format)

track_change_types#new

edit_track_change_type_path GET /track_change_types/:id/edit(.:format)

track_change_types#edit

track_change_type_path GET /track_change_types/:id(.:format)

track_change_types#show

PATCH /track_change_types/:id(.:format)

track_change_types#update

PUT /track_change_types/:id(.:format)

track_change_types#update

DELETE /track_change_types/:id(.:format)

track_change_types#destroy

track_changes_path GET /track_changes(.:format)

track_changes#index

POST /track_changes(.:format)

track_changes#create

new_track_change_path GET /track_changes/new(.:format)

track_changes#new

edit_track_change_path GET /track_changes/:id/edit(.:format)

track_changes#edit

track_change_path GET /track_changes/:id(.:format)

track_changes#show

PATCH /track_changes/:id(.:format)

track_changes#update

PUT /track_changes/:id(.:format)

track_changes#update

DELETE /track_changes/:id(.:format)

track_changes#destroy

letters_path GET /letters(.:format)

letters#index

POST /letters(.:format)

letters#create

new_letter_path GET /letters/new(.:format)

letters#new

edit_letter_path GET /letters/:id/edit(.:format)

letters#edit

letter_path GET /letters/:id(.:format)

letters#show

PATCH /letters/:id(.:format)

letters#update

PUT /letters/:id(.:format)

letters#update

DELETE /letters/:id(.:format)

letters#destroy

child_discussions_path GET /child_discussions(.:format)

child_discussions#index

POST /child_discussions(.:format)

child_discussions#create

new_child_discussion_path GET /child_discussions/new(.:format)

child_discussions#new

edit_child_discussion_path GET /child_discussions/:id/edit(.:format)

child_discussions#edit

child_discussion_path GET /child_discussions/:id(.:format)

child_discussions#show

PATCH /child_discussions/:id(.:format)

child_discussions#update

PUT /child_discussions/:id(.:format)

child_discussions#update

DELETE /child_discussions/:id(.:format)

child_discussions#destroy

child_comments_path GET /child_comments(.:format)

child_comments#index

POST /child_comments(.:format)

child_comments#create

new_child_comment_path GET /child_comments/new(.:format)

child_comments#new

edit_child_comment_path GET /child_comments/:id/edit(.:format)

child_comments#edit

child_comment_path GET /child_comments/:id(.:format)

child_comments#show

PATCH /child_comments/:id(.:format)

child_comments#update

PUT /child_comments/:id(.:format)

child_comments#update

DELETE /child_comments/:id(.:format)

child_comments#destroy

letter_statuses_path GET /letter_statuses(.:format)

letter_statuses#index

POST /letter_statuses(.:format)

letter_statuses#create

new_letter_status_path GET /letter_statuses/new(.:format)

letter_statuses#new

edit_letter_status_path GET /letter_statuses/:id/edit(.:format)

letter_statuses#edit

letter_status_path GET /letter_statuses/:id(.:format)

letter_statuses#show

PATCH /letter_statuses/:id(.:format)

letter_statuses#update

PUT /letter_statuses/:id(.:format)

letter_statuses#update

DELETE /letter_statuses/:id(.:format)

letter_statuses#destroy

letter_types_path GET /letter_types(.:format)

letter_types#index

POST /letter_types(.:format)

letter_types#create

new_letter_type_path GET /letter_types/new(.:format)

letter_types#new

edit_letter_type_path GET /letter_types/:id/edit(.:format)

letter_types#edit

letter_type_path GET /letter_types/:id(.:format)

letter_types#show

PATCH /letter_types/:id(.:format)

letter_types#update

PUT /letter_types/:id(.:format)

letter_types#update

DELETE /letter_types/:id(.:format)

letter_types#destroy

sessions_new_path GET /sessions/new(.:format)

sessions#new

login_path GET /login(.:format)

sessions#new

logout_path GET /logout(.:format)

sessions#destroy

forgot_password_path GET /forgot_password(.:format)

sessions#forgot_password

reset_password_path GET /reset_password(.:format)

sessions#reset_password

child_form_path GET /child_form(.:format)

sessions#child_form

root_path GET /

welcome#index

welcome_about_path GET /welcome/about(.:format)

welcome#about

admin_path GET /admin(.:format)

admin/dashboards#index

sprout_path GET /sprout(.:format)

sprout/dashboards#index

child_se_photo_path GET /child_photo/:id_number(.:format)

sessions#child_se_photo

project_se_photo_path GET /project_photo/:account_number(.:format)

sessions#project_se_photo

admin_activities_path GET /admin/activities(.:format)

admin/activities#index

POST /admin/activities(.:format)

admin/activities#create

new_admin_activity_path GET /admin/activities/new(.:format)

admin/activities#new

edit_admin_activity_path GET /admin/activities/:id/edit(.:format)

admin/activities#edit

admin_activity_path GET /admin/activities/:id(.:format)

admin/activities#show

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

admin/activities#update

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

admin/activities#update

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

admin/activities#destroy

child_overdue_task_admin_administration_index_path POST /admin/administration/child_overdue_task(.:format)

admin/administration#child_overdue_task

child_age_task_admin_administration_index_path POST /admin/administration/child_age_task(.:format)

admin/administration#child_age_task

child_notification_admin_administration_index_path POST /admin/administration/child_notification(.:format)

admin/administration#child_notification

monthly_child_summary_report_admin_administration_index_path POST /admin/administration/monthly_child_summary_report(.:format)

admin/administration#monthly_child_summary_report

project_update_sprout_active_kids_admin_administration_index_path POST /admin/administration/project_update_sprout_active_kids(.:format)

admin/administration#project_update_sprout_active_kids

project_notify_upcomming_report_admin_administration_index_path POST /admin/administration/project_notify_upcomming_report(.:format)

admin/administration#project_notify_upcomming_report

project_notify_upcoming_report_from_admin_administration_index_path GET|POST /admin/administration/project_notify_upcoming_report_from(.:format)

admin/administration#project_notify_upcoming_report_from

sponsor_email_task_admin_administration_index_path POST /admin/administration/sponsor_email_task(.:format)

admin/administration#sponsor_email_task

sponsored_task_admin_administration_index_path POST /admin/administration/sponsored_task(.:format)

admin/administration#sponsored_task

submitted_child_task_checker_admin_administration_index_path POST /admin/administration/submitted_child_task_checker(.:format)

admin/administration#submitted_child_task_checker

project_update_total_giving_admin_administration_index_path POST /admin/administration/project_update_total_giving(.:format)

admin/administration#project_update_total_giving

project_auto_stop_giving_admin_administration_index_path POST /admin/administration/project_auto_stop_giving(.:format)

admin/administration#project_auto_stop_giving

admin_administration_index_path GET /admin/administration(.:format)

admin/administration#index

admin_account_numbers_path GET /admin/account_numbers(.:format)

admin/account_numbers#index

POST /admin/account_numbers(.:format)

admin/account_numbers#create

new_admin_account_number_path GET /admin/account_numbers/new(.:format)

admin/account_numbers#new

edit_admin_account_number_path GET /admin/account_numbers/:id/edit(.:format)

admin/account_numbers#edit

admin_account_number_path GET /admin/account_numbers/:id(.:format)

admin/account_numbers#show

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

admin/account_numbers#update

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

admin/account_numbers#update

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

admin/account_numbers#destroy

admin_aobs_path GET /admin/aobs(.:format)

admin/aobs#index

POST /admin/aobs(.:format)

admin/aobs#create

new_admin_aob_path GET /admin/aobs/new(.:format)

admin/aobs#new

edit_admin_aob_path GET /admin/aobs/:id/edit(.:format)

admin/aobs#edit

admin_aob_path GET /admin/aobs/:id(.:format)

admin/aobs#show

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

admin/aobs#update

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

admin/aobs#update

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

admin/aobs#destroy

admin_areas_path GET /admin/areas(.:format)

admin/areas#index

POST /admin/areas(.:format)

admin/areas#create

new_admin_area_path GET /admin/areas/new(.:format)

admin/areas#new

edit_admin_area_path GET /admin/areas/:id/edit(.:format)

admin/areas#edit

admin_area_path GET /admin/areas/:id(.:format)

admin/areas#show

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

admin/areas#update

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

admin/areas#update

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

admin/areas#destroy

admin_budget_entities_path GET /admin/budget_entities(.:format)

admin/budget_entities#index

POST /admin/budget_entities(.:format)

admin/budget_entities#create

new_admin_budget_entity_path GET /admin/budget_entities/new(.:format)

admin/budget_entities#new

edit_admin_budget_entity_path GET /admin/budget_entities/:id/edit(.:format)

admin/budget_entities#edit

admin_budget_entity_path GET /admin/budget_entities/:id(.:format)

admin/budget_entities#show

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

admin/budget_entities#update

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

admin/budget_entities#update

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

admin/budget_entities#destroy

admin_categories_path GET /admin/categories(.:format)

admin/categories#index

POST /admin/categories(.:format)

admin/categories#create

new_admin_category_path GET /admin/categories/new(.:format)

admin/categories#new

edit_admin_category_path GET /admin/categories/:id/edit(.:format)

admin/categories#edit

admin_category_path GET /admin/categories/:id(.:format)

admin/categories#show

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

admin/categories#update

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

admin/categories#update

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

admin/categories#destroy

admin_child_photo_statuses_path GET /admin/child_photo_statuses(.:format)

admin/child_photo_statuses#index

POST /admin/child_photo_statuses(.:format)

admin/child_photo_statuses#create

new_admin_child_photo_status_path GET /admin/child_photo_statuses/new(.:format)

admin/child_photo_statuses#new

edit_admin_child_photo_status_path GET /admin/child_photo_statuses/:id/edit(.:format)

admin/child_photo_statuses#edit

admin_child_photo_status_path GET /admin/child_photo_statuses/:id(.:format)

admin/child_photo_statuses#show

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

admin/child_photo_statuses#update

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

admin/child_photo_statuses#update

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

admin/child_photo_statuses#destroy

admin_child_statuses_path GET /admin/child_statuses(.:format)

admin/child_statuses#index

POST /admin/child_statuses(.:format)

admin/child_statuses#create

new_admin_child_status_path GET /admin/child_statuses/new(.:format)

admin/child_statuses#new

edit_admin_child_status_path GET /admin/child_statuses/:id/edit(.:format)

admin/child_statuses#edit

admin_child_status_path GET /admin/child_statuses/:id(.:format)

admin/child_statuses#show

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

admin/child_statuses#update

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

admin/child_statuses#update

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

admin/child_statuses#destroy

admin_dashboards_path GET /admin/dashboards(.:format)

admin/dashboards#index

admin_districts_path GET /admin/districts(.:format)

admin/districts#index

POST /admin/districts(.:format)

admin/districts#create

new_admin_district_path GET /admin/districts/new(.:format)

admin/districts#new

edit_admin_district_path GET /admin/districts/:id/edit(.:format)

admin/districts#edit

admin_district_path GET /admin/districts/:id(.:format)

admin/districts#show

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

admin/districts#update

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

admin/districts#update

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

admin/districts#destroy

admin_employees_path GET /admin/employees(.:format)

admin/employees#index

POST /admin/employees(.:format)

admin/employees#create

new_admin_employee_path GET /admin/employees/new(.:format)

admin/employees#new

edit_admin_employee_path GET /admin/employees/:id/edit(.:format)

admin/employees#edit

admin_employee_path GET /admin/employees/:id(.:format)

admin/employees#show

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

admin/employees#update

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

admin/employees#update

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

admin/employees#destroy

admin_entities_path GET /admin/entities(.:format)

admin/entities#index

POST /admin/entities(.:format)

admin/entities#create

new_admin_entity_path GET /admin/entities/new(.:format)

admin/entities#new

edit_admin_entity_path GET /admin/entities/:id/edit(.:format)

admin/entities#edit

admin_entity_path GET /admin/entities/:id(.:format)

admin/entities#show

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

admin/entities#update

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

admin/entities#update

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

admin/entities#destroy

admin_fields_path GET /admin/fields(.:format)

admin/fields#index

POST /admin/fields(.:format)

admin/fields#create

new_admin_field_path GET /admin/fields/new(.:format)

admin/fields#new

edit_admin_field_path GET /admin/fields/:id/edit(.:format)

admin/fields#edit

admin_field_path GET /admin/fields/:id(.:format)

admin/fields#show

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

admin/fields#update

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

admin/fields#update

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

admin/fields#destroy

admin_funds_path GET /admin/funds(.:format)

admin/funds#index

POST /admin/funds(.:format)

admin/funds#create

new_admin_fund_path GET /admin/funds/new(.:format)

admin/funds#new

edit_admin_fund_path GET /admin/funds/:id/edit(.:format)

admin/funds#edit

admin_fund_path GET /admin/funds/:id(.:format)

admin/funds#show

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

admin/funds#update

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

admin/funds#update

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

admin/funds#destroy

admin_guardian_types_path GET /admin/guardian_types(.:format)

admin/guardian_types#index

POST /admin/guardian_types(.:format)

admin/guardian_types#create

new_admin_guardian_type_path GET /admin/guardian_types/new(.:format)

admin/guardian_types#new

edit_admin_guardian_type_path GET /admin/guardian_types/:id/edit(.:format)

admin/guardian_types#edit

admin_guardian_type_path GET /admin/guardian_types/:id(.:format)

admin/guardian_types#show

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

admin/guardian_types#update

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

admin/guardian_types#update

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

admin/guardian_types#destroy

admin_grades_path GET /admin/grades(.:format)

admin/grades#index

POST /admin/grades(.:format)

admin/grades#create

new_admin_grade_path GET /admin/grades/new(.:format)

admin/grades#new

edit_admin_grade_path GET /admin/grades/:id/edit(.:format)

admin/grades#edit

admin_grade_path GET /admin/grades/:id(.:format)

admin/grades#show

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

admin/grades#update

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

admin/grades#update

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

admin/grades#destroy

admin_letter_statuses_path GET /admin/letter_statuses(.:format)

admin/letter_statuses#index

POST /admin/letter_statuses(.:format)

admin/letter_statuses#create

new_admin_letter_status_path GET /admin/letter_statuses/new(.:format)

admin/letter_statuses#new

edit_admin_letter_status_path GET /admin/letter_statuses/:id/edit(.:format)

admin/letter_statuses#edit

admin_letter_status_path GET /admin/letter_statuses/:id(.:format)

admin/letter_statuses#show

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

admin/letter_statuses#update

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

admin/letter_statuses#update

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

admin/letter_statuses#destroy

admin_letter_types_path GET /admin/letter_types(.:format)

admin/letter_types#index

POST /admin/letter_types(.:format)

admin/letter_types#create

new_admin_letter_type_path GET /admin/letter_types/new(.:format)

admin/letter_types#new

edit_admin_letter_type_path GET /admin/letter_types/:id/edit(.:format)

admin/letter_types#edit

admin_letter_type_path GET /admin/letter_types/:id(.:format)

admin/letter_types#show

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

admin/letter_types#update

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

admin/letter_types#update

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

admin/letter_types#destroy

admin_notifications_path GET /admin/notifications(.:format)

admin/notifications#index

POST /admin/notifications(.:format)

admin/notifications#create

new_admin_notification_path GET /admin/notifications/new(.:format)

admin/notifications#new

edit_admin_notification_path GET /admin/notifications/:id/edit(.:format)

admin/notifications#edit

admin_notification_path GET /admin/notifications/:id(.:format)

admin/notifications#show

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

admin/notifications#update

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

admin/notifications#update

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

admin/notifications#destroy

admin_notification_types_path GET /admin/notification_types(.:format)

admin/notification_types#index

POST /admin/notification_types(.:format)

admin/notification_types#create

new_admin_notification_type_path GET /admin/notification_types/new(.:format)

admin/notification_types#new

edit_admin_notification_type_path GET /admin/notification_types/:id/edit(.:format)

admin/notification_types#edit

admin_notification_type_path GET /admin/notification_types/:id(.:format)

admin/notification_types#show

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

admin/notification_types#update

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

admin/notification_types#update

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

admin/notification_types#destroy

admin_person_types_path GET /admin/person_types(.:format)

admin/person_types#index

POST /admin/person_types(.:format)

admin/person_types#create

new_admin_person_type_path GET /admin/person_types/new(.:format)

admin/person_types#new

edit_admin_person_type_path GET /admin/person_types/:id/edit(.:format)

admin/person_types#edit

admin_person_type_path GET /admin/person_types/:id(.:format)

admin/person_types#show

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

admin/person_types#update

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

admin/person_types#update

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

admin/person_types#destroy

admin_project_groups_path GET /admin/project_groups(.:format)

admin/project_groups#index

POST /admin/project_groups(.:format)

admin/project_groups#create

new_admin_project_group_path GET /admin/project_groups/new(.:format)

admin/project_groups#new

edit_admin_project_group_path GET /admin/project_groups/:id/edit(.:format)

admin/project_groups#edit

admin_project_group_path GET /admin/project_groups/:id(.:format)

admin/project_groups#show

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

admin/project_groups#update

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

admin/project_groups#update

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

admin/project_groups#destroy

admin_project_types_path GET /admin/project_types(.:format)

admin/project_types#index

POST /admin/project_types(.:format)

admin/project_types#create

new_admin_project_type_path GET /admin/project_types/new(.:format)

admin/project_types#new

edit_admin_project_type_path GET /admin/project_types/:id/edit(.:format)

admin/project_types#edit

admin_project_type_path GET /admin/project_types/:id(.:format)

admin/project_types#show

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

admin/project_types#update

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

admin/project_types#update

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

admin/project_types#destroy

admin_regions_path GET /admin/regions(.:format)

admin/regions#index

POST /admin/regions(.:format)

admin/regions#create

new_admin_region_path GET /admin/regions/new(.:format)

admin/regions#new

edit_admin_region_path GET /admin/regions/:id/edit(.:format)

admin/regions#edit

admin_region_path GET /admin/regions/:id(.:format)

admin/regions#show

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

admin/regions#update

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

admin/regions#update

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

admin/regions#destroy

admin_report_types_path GET /admin/report_types(.:format)

admin/report_types#index

POST /admin/report_types(.:format)

admin/report_types#create

new_admin_report_type_path GET /admin/report_types/new(.:format)

admin/report_types#new

edit_admin_report_type_path GET /admin/report_types/:id/edit(.:format)

admin/report_types#edit

admin_report_type_path GET /admin/report_types/:id(.:format)

admin/report_types#show

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

admin/report_types#update

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

admin/report_types#update

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

admin/report_types#destroy

admin_roles_path GET /admin/roles(.:format)

admin/roles#index

POST /admin/roles(.:format)

admin/roles#create

new_admin_role_path GET /admin/roles/new(.:format)

admin/roles#new

edit_admin_role_path GET /admin/roles/:id/edit(.:format)

admin/roles#edit

admin_role_path GET /admin/roles/:id(.:format)

admin/roles#show

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

admin/roles#update

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

admin/roles#update

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

admin/roles#destroy

admin_stages_path GET /admin/stages(.:format)

admin/stages#index

POST /admin/stages(.:format)

admin/stages#create

new_admin_stage_path GET /admin/stages/new(.:format)

admin/stages#new

edit_admin_stage_path GET /admin/stages/:id/edit(.:format)

admin/stages#edit

admin_stage_path GET /admin/stages/:id(.:format)

admin/stages#show

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

admin/stages#update

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

admin/stages#update

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

admin/stages#destroy

admin_track_change_types_path GET /admin/track_change_types(.:format)

admin/track_change_types#index

POST /admin/track_change_types(.:format)

admin/track_change_types#create

new_admin_track_change_type_path GET /admin/track_change_types/new(.:format)

admin/track_change_types#new

edit_admin_track_change_type_path GET /admin/track_change_types/:id/edit(.:format)

admin/track_change_types#edit

admin_track_change_type_path GET /admin/track_change_types/:id(.:format)

admin/track_change_types#show

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

admin/track_change_types#update

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

admin/track_change_types#update

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

admin/track_change_types#destroy

admin_person_activate_path GET|PUT /admin/people/:person_id/activate(.:format)

admin/people#activate

admin_person_deactivate_path GET|PUT /admin/people/:person_id/deactivate(.:format)

admin/people#deactivate

create_permissions_admin_person_path GET|POST /admin/people/:id/create_permissions(.:format)

admin/people#create_permissions

all_admin_people_path GET /admin/people/all(.:format)

admin/people#all

admin_person_people_permissions_path GET /admin/people/:person_id/people_permissions(.:format)

admin/people_permissions#index

POST /admin/people/:person_id/people_permissions(.:format)

admin/people_permissions#create

admin_people_path GET /admin/people(.:format)

admin/people#index

POST /admin/people(.:format)

admin/people#create

new_admin_person_path GET /admin/people/new(.:format)

admin/people#new

edit_admin_person_path GET /admin/people/:id/edit(.:format)

admin/people#edit

admin_person_path GET /admin/people/:id(.:format)

admin/people#show

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

admin/people#update

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

admin/people#update

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

admin/people#destroy

auto_create_import_allocations_path POST /import_allocations/auto_create(.:format)

import_allocations#auto_create

import_import_allocations_path POST /import_allocations/import(.:format)

import_allocations#import

all_import_allocations_path GET /import_allocations/all(.:format)

import_allocations#all

import_allocations_path GET /import_allocations(.:format)

import_allocations#index

import_allocation_path GET /import_allocations/:id(.:format)

import_allocations#show

DELETE /import_allocations/:id(.:format)

import_allocations#destroy

libraries_path GET /libraries(.:format)

libraries#index

organizations_path GET /organizations(.:format)

organizations#index

POST /organizations(.:format)

organizations#create

new_organization_path GET /organizations/new(.:format)

organizations#new

edit_organization_path GET /organizations/:id/edit(.:format)

organizations#edit

organization_path GET /organizations/:id(.:format)

organizations#show

PATCH /organizations/:id(.:format)

organizations#update

PUT /organizations/:id(.:format)

organizations#update

DELETE /organizations/:id(.:format)

organizations#destroy

project_activate_giving_path GET|PUT /projects/:project_id/activate_giving(.:format)

projects#activate_giving

project_approved_path GET|PUT /projects/:project_id/approved(.:format)

projects#approved

project_approved_ncm_path GET|PUT /projects/:project_id/approved_ncm(.:format)

projects#approved_ncm

project_approved_alabaster_path GET|PUT /projects/:project_id/approved_alabaster(.:format)

projects#approved_alabaster

project_approved_jfhp_path GET|PUT /projects/:project_id/approved_jfhp(.:format)

projects#approved_jfhp

project_approved_mission_special_path GET|PUT /projects/:project_id/approved_mission_special(.:format)

projects#approved_mission_special

project_proposed_path GET|PUT /projects/:project_id/proposed(.:format)

projects#proposed

project_published_path GET|PUT /projects/:project_id/published(.:format)

projects#published

project_set_inactive_path GET|PUT /projects/:project_id/set_inactive(.:format)

projects#set_inactive

project_remove_featured_path GET|PUT /projects/:project_id/remove_featured(.:format)

projects#remove_featured

setup_default_project_path GET /projects/:id/setup_default(.:format)

projects#setup_default

create_default_project_path PUT /projects/:id/create_default(.:format)

projects#create_default

upload_photo_project_path GET|PUT|POST /projects/:id/upload_photo(.:format)

projects#upload_photo

project_discussion_documents_path GET /projects/:project_id/discussions/:discussion_id/documents(.:format)

discussions#documents

project_discussion_comment_documents_path GET /projects/:project_id/discussions/:discussion_id/comments/:comment_id/documents(.:format)

comments#documents

project_discussion_comments_path GET /projects/:project_id/discussions/:discussion_id/comments(.:format)

comments#index

POST /projects/:project_id/discussions/:discussion_id/comments(.:format)

comments#create

new_project_discussion_comment_path GET /projects/:project_id/discussions/:discussion_id/comments/new(.:format)

comments#new

edit_project_discussion_comment_path GET /projects/:project_id/discussions/:discussion_id/comments/:id/edit(.:format)

comments#edit

project_discussion_comment_path GET /projects/:project_id/discussions/:discussion_id/comments/:id(.:format)

comments#show

PATCH /projects/:project_id/discussions/:discussion_id/comments/:id(.:format)

comments#update

PUT /projects/:project_id/discussions/:discussion_id/comments/:id(.:format)

comments#update

DELETE /projects/:project_id/discussions/:discussion_id/comments/:id(.:format)

comments#destroy

project_discussions_path GET /projects/:project_id/discussions(.:format)

discussions#index

POST /projects/:project_id/discussions(.:format)

discussions#create

new_project_discussion_path GET /projects/:project_id/discussions/new(.:format)

discussions#new

edit_project_discussion_path GET /projects/:project_id/discussions/:id/edit(.:format)

discussions#edit

project_discussion_path GET /projects/:project_id/discussions/:id(.:format)

discussions#show

PATCH /projects/:project_id/discussions/:id(.:format)

discussions#update

PUT /projects/:project_id/discussions/:id(.:format)

discussions#update

DELETE /projects/:project_id/discussions/:id(.:format)

discussions#destroy

create_box_folder_project_documents_path GET|PUT /projects/:project_id/documents/create_box_folder(.:format)

documents#create_box_folder

upload_project_documents_path POST /projects/:project_id/documents/upload(.:format)

documents#upload

download_project_document_path GET /projects/:project_id/documents/:id/download(.:format)

documents#download

project_documents_path GET /projects/:project_id/documents(.:format)

documents#index

project_document_path DELETE /projects/:project_id/documents/:id(.:format)

documents#destroy

multiple_new_project_fundings_path GET /projects/:project_id/fundings/multiple_new(.:format)

fundings#multiple_new

multiple_create_project_fundings_path POST /projects/:project_id/fundings/multiple_create(.:format)

fundings#multiple_create

project_fundings_path GET /projects/:project_id/fundings(.:format)

fundings#index

POST /projects/:project_id/fundings(.:format)

fundings#create

new_project_funding_path GET /projects/:project_id/fundings/new(.:format)

fundings#new

edit_project_funding_path GET /projects/:project_id/fundings/:id/edit(.:format)

fundings#edit

project_funding_path GET /projects/:project_id/fundings/:id(.:format)

fundings#show

PATCH /projects/:project_id/fundings/:id(.:format)

fundings#update

PUT /projects/:project_id/fundings/:id(.:format)

fundings#update

DELETE /projects/:project_id/fundings/:id(.:format)

fundings#destroy

closed_year_project_funding_year_path GET|PUT /projects/:project_id/funding_years/:id/closed_year(.:format)

funding_years#closed_year

reopen_year_project_funding_year_path GET|PUT /projects/:project_id/funding_years/:id/reopen_year(.:format)

funding_years#reopen_year

project_funding_years_path GET /projects/:project_id/funding_years(.:format)

funding_years#index

POST /projects/:project_id/funding_years(.:format)

funding_years#create

new_project_funding_year_path GET /projects/:project_id/funding_years/new(.:format)

funding_years#new

edit_project_funding_year_path GET /projects/:project_id/funding_years/:id/edit(.:format)

funding_years#edit

project_funding_year_path GET /projects/:project_id/funding_years/:id(.:format)

funding_years#show

PATCH /projects/:project_id/funding_years/:id(.:format)

funding_years#update

PUT /projects/:project_id/funding_years/:id(.:format)

funding_years#update

DELETE /projects/:project_id/funding_years/:id(.:format)

funding_years#destroy

delete_related_projects_project_related_project_path GET /projects/:project_id/related_projects/:id/delete_related_projects(.:format)

related_projects#delete_related_projects

create_from_search_project_related_project_path GET|PUT /projects/:project_id/related_projects/:id/create_from_search(.:format)

related_projects#create_from_search

project_related_projects_path GET /projects/:project_id/related_projects(.:format)

related_projects#index

POST /projects/:project_id/related_projects(.:format)

related_projects#create

new_project_related_project_path GET /projects/:project_id/related_projects/new(.:format)

related_projects#new

edit_project_related_project_path GET /projects/:project_id/related_projects/:id/edit(.:format)

related_projects#edit

project_related_project_path GET /projects/:project_id/related_projects/:id(.:format)

related_projects#show

PATCH /projects/:project_id/related_projects/:id(.:format)

related_projects#update

PUT /projects/:project_id/related_projects/:id(.:format)

related_projects#update

DELETE /projects/:project_id/related_projects/:id(.:format)

related_projects#destroy

update_giving_page_project_web_path PUT /projects/:project_id/webs/:id/update_giving_page(.:format)

webs#update_giving_page

update_project_categories_project_web_path GET|PUT|POST /projects/:project_id/webs/:id/update_project_categories(.:format)

webs#update_project_categories

upload_photo_project_web_path GET|PUT|POST /projects/:project_id/webs/:id/upload_photo(.:format)

webs#upload_photo

project_webs_path GET /projects/:project_id/webs(.:format)

webs#index

POST /projects/:project_id/webs(.:format)

webs#create

new_project_web_path GET /projects/:project_id/webs/new(.:format)

webs#new

edit_project_web_path GET /projects/:project_id/webs/:id/edit(.:format)

webs#edit

project_web_path GET /projects/:project_id/webs/:id(.:format)

webs#show

PATCH /projects/:project_id/webs/:id(.:format)

webs#update

PUT /projects/:project_id/webs/:id(.:format)

webs#update

DELETE /projects/:project_id/webs/:id(.:format)

webs#destroy

add_new_user_project_people_projects_path POST /projects/:project_id/people_projects/add_new_user(.:format)

people_projects#add_new_user

project_people_projects_path GET /projects/:project_id/people_projects(.:format)

people_projects#index

POST /projects/:project_id/people_projects(.:format)

people_projects#create

project_people_project_path DELETE /projects/:project_id/people_projects/:id(.:format)

people_projects#destroy

project_project_report_documents_path GET /projects/:project_id/project_reports/:project_report_id/documents(.:format)

project_reports#documents

manual_new_project_project_reports_path GET /projects/:project_id/project_reports/manual_new(.:format)

project_reports#manual_new

manual_create_project_project_reports_path POST /projects/:project_id/project_reports/manual_create(.:format)

project_reports#manual_create

remove_unsubmitted_project_project_reports_path GET|PUT /projects/:project_id/project_reports/remove_unsubmitted(.:format)

project_reports#remove_unsubmitted

submit_reminder_report_project_project_report_path GET|PUT /projects/:project_id/project_reports/:id/submit_reminder_report(.:format)

project_reports#submit_reminder_report

project_project_report_simple_reports_path GET /projects/:project_id/project_reports/:project_report_id/simple_reports(.:format)

simple_reports#index

POST /projects/:project_id/project_reports/:project_report_id/simple_reports(.:format)

simple_reports#create

new_project_project_report_simple_report_path GET /projects/:project_id/project_reports/:project_report_id/simple_reports/new(.:format)

simple_reports#new

edit_project_project_report_simple_report_path GET /projects/:project_id/project_reports/:project_report_id/simple_reports/:id/edit(.:format)

simple_reports#edit

project_project_report_simple_report_path GET /projects/:project_id/project_reports/:project_report_id/simple_reports/:id(.:format)

simple_reports#show

PATCH /projects/:project_id/project_reports/:project_report_id/simple_reports/:id(.:format)

simple_reports#update

PUT /projects/:project_id/project_reports/:project_report_id/simple_reports/:id(.:format)

simple_reports#update

DELETE /projects/:project_id/project_reports/:project_report_id/simple_reports/:id(.:format)

simple_reports#destroy

project_project_report_story_reports_path GET /projects/:project_id/project_reports/:project_report_id/story_reports(.:format)

story_reports#index

POST /projects/:project_id/project_reports/:project_report_id/story_reports(.:format)

story_reports#create

new_project_project_report_story_report_path GET /projects/:project_id/project_reports/:project_report_id/story_reports/new(.:format)

story_reports#new

edit_project_project_report_story_report_path GET /projects/:project_id/project_reports/:project_report_id/story_reports/:id/edit(.:format)

story_reports#edit

project_project_report_story_report_path GET /projects/:project_id/project_reports/:project_report_id/story_reports/:id(.:format)

story_reports#show

PATCH /projects/:project_id/project_reports/:project_report_id/story_reports/:id(.:format)

story_reports#update

PUT /projects/:project_id/project_reports/:project_report_id/story_reports/:id(.:format)

story_reports#update

DELETE /projects/:project_id/project_reports/:project_report_id/story_reports/:id(.:format)

story_reports#destroy

project_project_reports_path GET /projects/:project_id/project_reports(.:format)

project_reports#index

POST /projects/:project_id/project_reports(.:format)

project_reports#create

new_project_project_report_path GET /projects/:project_id/project_reports/new(.:format)

project_reports#new

edit_project_project_report_path GET /projects/:project_id/project_reports/:id/edit(.:format)

project_reports#edit

project_project_report_path GET /projects/:project_id/project_reports/:id(.:format)

project_reports#show

PATCH /projects/:project_id/project_reports/:id(.:format)

project_reports#update

PUT /projects/:project_id/project_reports/:id(.:format)

project_reports#update

DELETE /projects/:project_id/project_reports/:id(.:format)

project_reports#destroy

projects_path GET /projects(.:format)

projects#index

POST /projects(.:format)

projects#create

new_project_path GET /projects/new(.:format)

projects#new

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

projects#edit

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

projects#show

PATCH /projects/:id(.:format)

projects#update

PUT /projects/:id(.:format)

projects#update

DELETE /projects/:id(.:format)

projects#destroy

allocation_export_reports_path GET /reports/allocation_export(.:format)

reports#allocation_export

monthly_allocation_reports_path GET /reports/monthly_allocation(.:format)

reports#monthly_allocation

generate_allocation_reports_path GET /reports/generate_allocation(.:format)

reports#generate_allocation

past_due_reports_path GET /reports/past_due(.:format)

reports#past_due

upcomming_reports_path GET /reports/upcomming(.:format)

reports#upcomming

spending_summary_reports_path GET /reports/spending_summary(.:format)

reports#spending_summary

stories_reports_path GET /reports/stories(.:format)

reports#stories

submitted_reports_path GET /reports/submitted(.:format)

reports#submitted

reports_path GET /reports(.:format)

reports#index

generate_new_password_sessions_path GET|PUT|POST /sessions/generate_new_password(.:format)

sessions#generate_new_password

generate_reset_password_sessions_path GET|PUT|POST /sessions/generate_reset_password(.:format)

sessions#generate_reset_password

submit_child_form_sessions_path PUT /sessions/submit_child_form(.:format)

sessions#submit_child_form

sessions_path GET /sessions(.:format)

sessions#index

POST /sessions(.:format)

sessions#create

new_session_path GET /sessions/new(.:format)

sessions#new

edit_session_path GET /sessions/:id/edit(.:format)

sessions#edit

session_path GET /sessions/:id(.:format)

sessions#show

PATCH /sessions/:id(.:format)

sessions#update

PUT /sessions/:id(.:format)

sessions#update

DELETE /sessions/:id(.:format)

sessions#destroy

welcome_index_path GET /welcome(.:format)

welcome#index

sprout_standard_path GET /sprout/children/:id_number/standard(.:format)

sprout/children#standard

sprout_advokit_path GET /sprout/children/:id_number/advokit(.:format)

sprout/children#advokit

sprout_profile_update_path GET /sprout/children/:id_number/profile_update(.:format)

sprout/children#profile_update

sprout_dashboards_path GET /sprout/dashboards(.:format)

sprout/dashboards#index

sprout_child_approve_path GET|PUT /sprout/children/:child_id/approve(.:format)

sprout/children#approve

sprout_child_graduate_path GET|PUT /sprout/children/:child_id/graduate(.:format)

sprout/children#graduate

sprout_child_submit_path GET|PUT /sprout/children/:child_id/submit(.:format)

sprout/children#submit

sprout_child_reinstate_path GET|PUT /sprout/children/:child_id/reinstate(.:format)

sprout/children#reinstate

sprout_child_cancel_child_path POST /sprout/children/:child_id/cancel_child(.:format)

sprout/children#cancel_child

sprout_child_intro_letter_path POST /sprout/children/:child_id/intro_letter(.:format)

sprout/children#intro_letter

cancel_sprout_child_path GET /sprout/children/:id/cancel(.:format)

sprout/children#cancel

grades_sprout_child_path GET /sprout/children/:id/grades(.:format)

sprout/children#grades

edit_blank_sprout_child_path GET /sprout/children/:id/edit_blank(.:format)

sprout/children#edit_blank

setup_default_sprout_child_path GET /sprout/children/:id/setup_default(.:format)

sprout/children#setup_default

create_default_sprout_child_path PUT /sprout/children/:id/create_default(.:format)

sprout/children#create_default

update_blank_sprout_child_path GET|PUT /sprout/children/:id/update_blank(.:format)

sprout/children#update_blank

children_blank_sprout_children_path GET /sprout/children/children_blank(.:format)

sprout/children#children_blank

new_blank_sprout_children_path GET /sprout/children/new_blank(.:format)

sprout/children#new_blank

create_blank_sprout_children_path POST /sprout/children/create_blank(.:format)

sprout/children#create_blank

check_child_task_issue_sprout_children_path POST /sprout/children/check_child_task_issue(.:format)

sprout/children#check_child_task_issue

cancel_children_sprout_children_path POST /sprout/children/cancel_children(.:format)

sprout/children#cancel_children

extend_sprout_children_path POST /sprout/children/extend(.:format)

sprout/children#extend

remove_extension_sprout_children_path POST /sprout/children/remove_extension(.:format)

sprout/children#remove_extension

sprout_child_child_discussion_child_comments_path GET /sprout/children/:child_id/child_discussions/:child_discussion_id/child_comments(.:format)

sprout/child_comments#index

POST /sprout/children/:child_id/child_discussions/:child_discussion_id/child_comments(.:format)

sprout/child_comments#create

new_sprout_child_child_discussion_child_comment_path GET /sprout/children/:child_id/child_discussions/:child_discussion_id/child_comments/new(.:format)

sprout/child_comments#new

edit_sprout_child_child_discussion_child_comment_path GET /sprout/children/:child_id/child_discussions/:child_discussion_id/child_comments/:id/edit(.:format)

sprout/child_comments#edit

sprout_child_child_discussion_child_comment_path GET /sprout/children/:child_id/child_discussions/:child_discussion_id/child_comments/:id(.:format)

sprout/child_comments#show

PATCH /sprout/children/:child_id/child_discussions/:child_discussion_id/child_comments/:id(.:format)

sprout/child_comments#update

PUT /sprout/children/:child_id/child_discussions/:child_discussion_id/child_comments/:id(.:format)

sprout/child_comments#update

DELETE /sprout/children/:child_id/child_discussions/:child_discussion_id/child_comments/:id(.:format)

sprout/child_comments#destroy

sprout_child_child_discussions_path GET /sprout/children/:child_id/child_discussions(.:format)

sprout/child_discussions#index

POST /sprout/children/:child_id/child_discussions(.:format)

sprout/child_discussions#create

new_sprout_child_child_discussion_path GET /sprout/children/:child_id/child_discussions/new(.:format)

sprout/child_discussions#new

edit_sprout_child_child_discussion_path GET /sprout/children/:child_id/child_discussions/:id/edit(.:format)

sprout/child_discussions#edit

sprout_child_child_discussion_path GET /sprout/children/:child_id/child_discussions/:id(.:format)

sprout/child_discussions#show

PATCH /sprout/children/:child_id/child_discussions/:id(.:format)

sprout/child_discussions#update

PUT /sprout/children/:child_id/child_discussions/:id(.:format)

sprout/child_discussions#update

DELETE /sprout/children/:child_id/child_discussions/:id(.:format)

sprout/child_discussions#destroy

upload_sprout_child_child_documents_path POST /sprout/children/:child_id/child_documents/upload(.:format)

sprout/child_documents#upload

download_sprout_child_child_document_path GET /sprout/children/:child_id/child_documents/:id/download(.:format)

sprout/child_documents#download

sprout_child_child_documents_path GET /sprout/children/:child_id/child_documents(.:format)

sprout/child_documents#index

sprout_child_child_document_path DELETE /sprout/children/:child_id/child_documents/:id(.:format)

sprout/child_documents#destroy

delete_photo_sprout_child_child_photo_path GET /sprout/children/:child_id/child_photos/:id/delete_photo(.:format)

sprout/child_photos#delete_photo

approve_sprout_child_child_photo_path GET|PUT /sprout/children/:child_id/child_photos/:id/approve(.:format)

sprout/child_photos#approve

disapprove_sprout_child_child_photo_path GET|PUT /sprout/children/:child_id/child_photos/:id/disapprove(.:format)

sprout/child_photos#disapprove

sprout_child_child_photos_path GET /sprout/children/:child_id/child_photos(.:format)

sprout/child_photos#index

POST /sprout/children/:child_id/child_photos(.:format)

sprout/child_photos#create

new_sprout_child_child_photo_path GET /sprout/children/:child_id/child_photos/new(.:format)

sprout/child_photos#new

edit_sprout_child_child_photo_path GET /sprout/children/:child_id/child_photos/:id/edit(.:format)

sprout/child_photos#edit

sprout_child_child_photo_path GET /sprout/children/:child_id/child_photos/:id(.:format)

sprout/child_photos#show

PATCH /sprout/children/:child_id/child_photos/:id(.:format)

sprout/child_photos#update

PUT /sprout/children/:child_id/child_photos/:id(.:format)

sprout/child_photos#update

DELETE /sprout/children/:child_id/child_photos/:id(.:format)

sprout/child_photos#destroy

approve_sprout_child_letter_path GET|PUT /sprout/children/:child_id/letters/:id/approve(.:format)

sprout/letters#approve

submit_sprout_child_letter_path GET|PUT /sprout/children/:child_id/letters/:id/submit(.:format)

sprout/letters#submit

generate_pdf_sprout_child_letters_path POST /sprout/children/:child_id/letters/generate_pdf(.:format)

sprout/letters#generate_pdf

multiple_submit_and_approve_sprout_child_letters_path GET|POST /sprout/children/:child_id/letters/multiple_submit_and_approve(.:format)

sprout/letters#multiple_submit_and_approve

sprout_child_letters_path GET /sprout/children/:child_id/letters(.:format)

sprout/letters#index

POST /sprout/children/:child_id/letters(.:format)

sprout/letters#create

new_sprout_child_letter_path GET /sprout/children/:child_id/letters/new(.:format)

sprout/letters#new

edit_sprout_child_letter_path GET /sprout/children/:child_id/letters/:id/edit(.:format)

sprout/letters#edit

sprout_child_letter_path GET /sprout/children/:child_id/letters/:id(.:format)

sprout/letters#show

PATCH /sprout/children/:child_id/letters/:id(.:format)

sprout/letters#update

PUT /sprout/children/:child_id/letters/:id(.:format)

sprout/letters#update

DELETE /sprout/children/:child_id/letters/:id(.:format)

sprout/letters#destroy

delete_related_siblings_sprout_child_sibling_path GET /sprout/children/:child_id/siblings/:id/delete_related_siblings(.:format)

sprout/siblings#delete_related_siblings

sprout_child_siblings_path GET /sprout/children/:child_id/siblings(.:format)

sprout/siblings#index

POST /sprout/children/:child_id/siblings(.:format)

sprout/siblings#create

new_sprout_child_sibling_path GET /sprout/children/:child_id/siblings/new(.:format)

sprout/siblings#new

edit_sprout_child_sibling_path GET /sprout/children/:child_id/siblings/:id/edit(.:format)

sprout/siblings#edit

sprout_child_sibling_path GET /sprout/children/:child_id/siblings/:id(.:format)

sprout/siblings#show

PATCH /sprout/children/:child_id/siblings/:id(.:format)

sprout/siblings#update

PUT /sprout/children/:child_id/siblings/:id(.:format)

sprout/siblings#update

DELETE /sprout/children/:child_id/siblings/:id(.:format)

sprout/siblings#destroy

sprout_child_sponsors_path GET /sprout/children/:child_id/sponsors(.:format)

sprout/sponsors#index

sprout_child_track_changes_path GET /sprout/children/:child_id/track_changes(.:format)

sprout/track_changes#index

POST /sprout/children/:child_id/track_changes(.:format)

sprout/track_changes#create

new_sprout_child_track_change_path GET /sprout/children/:child_id/track_changes/new(.:format)

sprout/track_changes#new

edit_sprout_child_track_change_path GET /sprout/children/:child_id/track_changes/:id/edit(.:format)

sprout/track_changes#edit

sprout_child_track_change_path GET /sprout/children/:child_id/track_changes/:id(.:format)

sprout/track_changes#show

PATCH /sprout/children/:child_id/track_changes/:id(.:format)

sprout/track_changes#update

PUT /sprout/children/:child_id/track_changes/:id(.:format)

sprout/track_changes#update

DELETE /sprout/children/:child_id/track_changes/:id(.:format)

sprout/track_changes#destroy

sprout_children_path GET /sprout/children(.:format)

sprout/children#index

POST /sprout/children(.:format)

sprout/children#create

new_sprout_child_path GET /sprout/children/new(.:format)

sprout/children#new

edit_sprout_child_path GET /sprout/children/:id/edit(.:format)

sprout/children#edit

sprout_child_path GET /sprout/children/:id(.:format)

sprout/children#show

PATCH /sprout/children/:id(.:format)

sprout/children#update

PUT /sprout/children/:id(.:format)

sprout/children#update

DELETE /sprout/children/:id(.:format)

sprout/children#destroy

communications_export_sprout_child_reports_path GET /sprout/child_reports/communications_export(.:format)

sprout/child_reports#communications_export

correspondence_processing_sprout_child_reports_path GET /sprout/child_reports/correspondence_processing(.:format)

sprout/child_reports#correspondence_processing

overdue_task_sprout_child_reports_path GET /sprout/child_reports/overdue_task(.:format)

sprout/child_reports#overdue_task

photo_processing_sprout_child_reports_path GET /sprout/child_reports/photo_processing(.:format)

sprout/child_reports#photo_processing

to_be_canceled_sprout_child_reports_path GET /sprout/child_reports/to_be_canceled(.:format)

sprout/child_reports#to_be_canceled

child_summary_sprout_child_reports_path GET /sprout/child_reports/child_summary(.:format)

sprout/child_reports#child_summary

generate_communications_export_sprout_child_reports_path GET /sprout/child_reports/generate_communications_export(.:format)

sprout/child_reports#generate_communications_export

sprout_child_reports_path GET /sprout/child_reports(.:format)

sprout/child_reports#index

POST /sprout/child_reports(.:format)

sprout/child_reports#create

new_sprout_child_report_path GET /sprout/child_reports/new(.:format)

sprout/child_reports#new

edit_sprout_child_report_path GET /sprout/child_reports/:id/edit(.:format)

sprout/child_reports#edit

sprout_child_report_path GET /sprout/child_reports/:id(.:format)

sprout/child_reports#show

PATCH /sprout/child_reports/:id(.:format)

sprout/child_reports#update

PUT /sprout/child_reports/:id(.:format)

sprout/child_reports#update

DELETE /sprout/child_reports/:id(.:format)

sprout/child_reports#destroy

sprout_libraries_path GET /sprout/libraries(.:format)

sprout/libraries#index

download_sprout_newsletter_path GET /sprout/newsletters/:id/download(.:format)

sprout/newsletters#download

upload_sprout_newsletter_path POST /sprout/newsletters/:id/upload(.:format)

sprout/newsletters#upload

sprout_newsletters_path GET /sprout/newsletters(.:format)

sprout/newsletters#index

POST /sprout/newsletters(.:format)

sprout/newsletters#create

new_sprout_newsletter_path GET /sprout/newsletters/new(.:format)

sprout/newsletters#new

edit_sprout_newsletter_path GET /sprout/newsletters/:id/edit(.:format)

sprout/newsletters#edit

sprout_newsletter_path GET /sprout/newsletters/:id(.:format)

sprout/newsletters#show

PATCH /sprout/newsletters/:id(.:format)

sprout/newsletters#update

PUT /sprout/newsletters/:id(.:format)

sprout/newsletters#update

DELETE /sprout/newsletters/:id(.:format)

sprout/newsletters#destroy

Request

Parameters:

None

Response

Headers:

None