Skip to content
Robert Scott Reis edited this page Apr 13, 2016 · 1 revision

From $ rake routes:

TODO make this nicer looking

                                                                      Prefix Verb   URI Pattern                                                                                                                     Controller#Action
                                                            continents_index GET    /continents/index(.:format)                                                                                                     continents#index
                                                      continents_geojson_map GET    /continents/geojson_map(.:format)                                                                                               continents#geojson_map
                                                                 rails_admin        /admin                                                                                                                          RailsAdmin::Engine
                                                            new_user_session GET    /users/sign_in(.:format)                                                                                                        devise/sessions#new
                                                                user_session POST   /users/sign_in(.:format)                                                                                                        devise/sessions#create
                                                        destroy_user_session DELETE /users/sign_out(.:format)                                                                                                       devise/sessions#destroy
                                                               user_password POST   /users/password(.:format)                                                                                                       devise/passwords#create
                                                           new_user_password GET    /users/password/new(.:format)                                                                                                   devise/passwords#new
                                                          edit_user_password GET    /users/password/edit(.:format)                                                                                                  devise/passwords#edit
                                                                             PATCH  /users/password(.:format)                                                                                                       devise/passwords#update
                                                                             PUT    /users/password(.:format)                                                                                                       devise/passwords#update
                                                    cancel_user_registration GET    /users/cancel(.:format)                                                                                                         devise/registrations#cancel
                                                           user_registration POST   /users(.:format)                                                                                                                devise/registrations#create
                                                       new_user_registration GET    /users/sign_up(.:format)                                                                                                        devise/registrations#new
                                                      edit_user_registration GET    /users/edit(.:format)                                                                                                           devise/registrations#edit
                                                                             PATCH  /users(.:format)                                                                                                                devise/registrations#update
                                                                             PUT    /users(.:format)                                                                                                                devise/registrations#update
                                                                             DELETE /users(.:format)                                                                                                                devise/registrations#destroy
                                                                     changes GET    /changes(.:format)                                                                                                              changes#index
                                                                             POST   /changes(.:format)                                                                                                              changes#create
                                                                  new_change GET    /changes/new(.:format)                                                                                                          changes#new
                                                                 edit_change GET    /changes/:id/edit(.:format)                                                                                                     changes#edit
                                                                      change GET    /changes/:id(.:format)                                                                                                          changes#show
                                                                             PATCH  /changes/:id(.:format)                                                                                                          changes#update
                                                                             PUT    /changes/:id(.:format)                                                                                                          changes#update
                                                                             DELETE /changes/:id(.:format)                                                                                                          changes#destroy
                                                                    analyses GET    /analyses(.:format)                                                                                                             analyses#index
                                                                             POST   /analyses(.:format)                                                                                                             analyses#create
                                                                new_analysis GET    /analyses/new(.:format)                                                                                                         analyses#new
                                                               edit_analysis GET    /analyses/:id/edit(.:format)                                                                                                    analyses#edit
                                                                    analysis GET    /analyses/:id(.:format)                                                                                                         analyses#show
                                                                             PATCH  /analyses/:id(.:format)                                                                                                         analyses#update
                                                                             PUT    /analyses/:id(.:format)                                                                                                         analyses#update
                                                                             DELETE /analyses/:id(.:format)                                                                                                         analyses#destroy
                                                                             GET    /input_zone_export/:analysis/:year(.:format)                                                                                    analyses#export
                                                           report_narratives GET    /report_narratives(.:format)                                                                                                    report_narratives#index
                                                                             POST   /report_narratives(.:format)                                                                                                    report_narratives#create
                                                        new_report_narrative GET    /report_narratives/new(.:format)                                                                                                report_narratives#new
                                                       edit_report_narrative GET    /report_narratives/:id/edit(.:format)                                                                                           report_narratives#edit
                                                            report_narrative GET    /report_narratives/:id(.:format)                                                                                                report_narratives#show
                                                                             PATCH  /report_narratives/:id(.:format)                                                                                                report_narratives#update
                                                                             PUT    /report_narratives/:id(.:format)                                                                                                report_narratives#update
                                                                             DELETE /report_narratives/:id(.:format)                                                                                                report_narratives#destroy
                                                                       users GET    /users(.:format)                                                                                                                users#index
                                                                             POST   /users(.:format)                                                                                                                users#create
                                                                    new_user GET    /users/new(.:format)                                                                                                            users#new
                                                                   edit_user GET    /users/:id/edit(.:format)                                                                                                       users#edit
                                                                        user GET    /users/:id(.:format)                                                                                                            users#show
                                                                             PATCH  /users/:id(.:format)                                                                                                            users#update
                                                                             PUT    /users/:id(.:format)                                                                                                            users#update
                                                                             DELETE /users/:id(.:format)                                                                                                            users#destroy
                                                                    add_data GET    /add-data(.:format)                                                                                                             submissions#add
                                           submission_population_submissions GET    /submissions/:submission_id/population_submissions(.:format)                                                                    population_submissions#index
                                                                             POST   /submissions/:submission_id/population_submissions(.:format)                                                                    population_submissions#create
                                        new_submission_population_submission GET    /submissions/:submission_id/population_submissions/new(.:format)                                                                population_submissions#new
                                       edit_submission_population_submission GET    /submissions/:submission_id/population_submissions/:id/edit(.:format)                                                           population_submissions#edit
                                            submission_population_submission GET    /submissions/:submission_id/population_submissions/:id(.:format)                                                                population_submissions#show
                                                                             PATCH  /submissions/:submission_id/population_submissions/:id(.:format)                                                                population_submissions#update
                                                                             PUT    /submissions/:submission_id/population_submissions/:id(.:format)                                                                population_submissions#update
                                                                             DELETE /submissions/:submission_id/population_submissions/:id(.:format)                                                                population_submissions#destroy
                                                                 submissions GET    /submissions(.:format)                                                                                                          submissions#index
                                                                             POST   /submissions(.:format)                                                                                                          submissions#create
                                                              new_submission GET    /submissions/new(.:format)                                                                                                      submissions#new
                                                             edit_submission GET    /submissions/:id/edit(.:format)                                                                                                 submissions#edit
                                                                  submission GET    /submissions/:id(.:format)                                                                                                      submissions#show
                                                                             PATCH  /submissions/:id(.:format)                                                                                                      submissions#update
                                                                             PUT    /submissions/:id(.:format)                                                                                                      submissions#update
                                                                             DELETE /submissions/:id(.:format)                                                                                                      submissions#destroy
                           population_submission_survey_aerial_sample_counts GET    /population_submissions/:population_submission_id/survey_aerial_sample_counts(.:format)                                         survey_aerial_sample_counts#index
                                                                             POST   /population_submissions/:population_submission_id/survey_aerial_sample_counts(.:format)                                         survey_aerial_sample_counts#create
                        new_population_submission_survey_aerial_sample_count GET    /population_submissions/:population_submission_id/survey_aerial_sample_counts/new(.:format)                                     survey_aerial_sample_counts#new
                       edit_population_submission_survey_aerial_sample_count GET    /population_submissions/:population_submission_id/survey_aerial_sample_counts/:id/edit(.:format)                                survey_aerial_sample_counts#edit
                            population_submission_survey_aerial_sample_count GET    /population_submissions/:population_submission_id/survey_aerial_sample_counts/:id(.:format)                                     survey_aerial_sample_counts#show
                                                                             PATCH  /population_submissions/:population_submission_id/survey_aerial_sample_counts/:id(.:format)                                     survey_aerial_sample_counts#update
                                                                             PUT    /population_submissions/:population_submission_id/survey_aerial_sample_counts/:id(.:format)                                     survey_aerial_sample_counts#update
                                                                             DELETE /population_submissions/:population_submission_id/survey_aerial_sample_counts/:id(.:format)                                     survey_aerial_sample_counts#destroy
                            population_submission_survey_aerial_total_counts GET    /population_submissions/:population_submission_id/survey_aerial_total_counts(.:format)                                          survey_aerial_total_counts#index
                                                                             POST   /population_submissions/:population_submission_id/survey_aerial_total_counts(.:format)                                          survey_aerial_total_counts#create
                         new_population_submission_survey_aerial_total_count GET    /population_submissions/:population_submission_id/survey_aerial_total_counts/new(.:format)                                      survey_aerial_total_counts#new
                        edit_population_submission_survey_aerial_total_count GET    /population_submissions/:population_submission_id/survey_aerial_total_counts/:id/edit(.:format)                                 survey_aerial_total_counts#edit
                             population_submission_survey_aerial_total_count GET    /population_submissions/:population_submission_id/survey_aerial_total_counts/:id(.:format)                                      survey_aerial_total_counts#show
                                                                             PATCH  /population_submissions/:population_submission_id/survey_aerial_total_counts/:id(.:format)                                      survey_aerial_total_counts#update
                                                                             PUT    /population_submissions/:population_submission_id/survey_aerial_total_counts/:id(.:format)                                      survey_aerial_total_counts#update
                                                                             DELETE /population_submissions/:population_submission_id/survey_aerial_total_counts/:id(.:format)                                      survey_aerial_total_counts#destroy
                      population_submission_survey_dung_count_line_transects GET    /population_submissions/:population_submission_id/survey_dung_count_line_transects(.:format)                                    survey_dung_count_line_transects#index
                                                                             POST   /population_submissions/:population_submission_id/survey_dung_count_line_transects(.:format)                                    survey_dung_count_line_transects#create
                   new_population_submission_survey_dung_count_line_transect GET    /population_submissions/:population_submission_id/survey_dung_count_line_transects/new(.:format)                                survey_dung_count_line_transects#new
                  edit_population_submission_survey_dung_count_line_transect GET    /population_submissions/:population_submission_id/survey_dung_count_line_transects/:id/edit(.:format)                           survey_dung_count_line_transects#edit
                       population_submission_survey_dung_count_line_transect GET    /population_submissions/:population_submission_id/survey_dung_count_line_transects/:id(.:format)                                survey_dung_count_line_transects#show
                                                                             PATCH  /population_submissions/:population_submission_id/survey_dung_count_line_transects/:id(.:format)                                survey_dung_count_line_transects#update
                                                                             PUT    /population_submissions/:population_submission_id/survey_dung_count_line_transects/:id(.:format)                                survey_dung_count_line_transects#update
                                                                             DELETE /population_submissions/:population_submission_id/survey_dung_count_line_transects/:id(.:format)                                survey_dung_count_line_transects#destroy
                                    population_submission_survey_faecal_dnas GET    /population_submissions/:population_submission_id/survey_faecal_dnas(.:format)                                                  survey_faecal_dnas#index
                                                                             POST   /population_submissions/:population_submission_id/survey_faecal_dnas(.:format)                                                  survey_faecal_dnas#create
                                 new_population_submission_survey_faecal_dna GET    /population_submissions/:population_submission_id/survey_faecal_dnas/new(.:format)                                              survey_faecal_dnas#new
                                edit_population_submission_survey_faecal_dna GET    /population_submissions/:population_submission_id/survey_faecal_dnas/:id/edit(.:format)                                         survey_faecal_dnas#edit
                                     population_submission_survey_faecal_dna GET    /population_submissions/:population_submission_id/survey_faecal_dnas/:id(.:format)                                              survey_faecal_dnas#show
                                                                             PATCH  /population_submissions/:population_submission_id/survey_faecal_dnas/:id(.:format)                                              survey_faecal_dnas#update
                                                                             PUT    /population_submissions/:population_submission_id/survey_faecal_dnas/:id(.:format)                                              survey_faecal_dnas#update
                                                                             DELETE /population_submissions/:population_submission_id/survey_faecal_dnas/:id(.:format)                                              survey_faecal_dnas#destroy
                           population_submission_survey_ground_sample_counts GET    /population_submissions/:population_submission_id/survey_ground_sample_counts(.:format)                                         survey_ground_sample_counts#index
                                                                             POST   /population_submissions/:population_submission_id/survey_ground_sample_counts(.:format)                                         survey_ground_sample_counts#create
                        new_population_submission_survey_ground_sample_count GET    /population_submissions/:population_submission_id/survey_ground_sample_counts/new(.:format)                                     survey_ground_sample_counts#new
                       edit_population_submission_survey_ground_sample_count GET    /population_submissions/:population_submission_id/survey_ground_sample_counts/:id/edit(.:format)                                survey_ground_sample_counts#edit
                            population_submission_survey_ground_sample_count GET    /population_submissions/:population_submission_id/survey_ground_sample_counts/:id(.:format)                                     survey_ground_sample_counts#show
                                                                             PATCH  /population_submissions/:population_submission_id/survey_ground_sample_counts/:id(.:format)                                     survey_ground_sample_counts#update
                                                                             PUT    /population_submissions/:population_submission_id/survey_ground_sample_counts/:id(.:format)                                     survey_ground_sample_counts#update
                                                                             DELETE /population_submissions/:population_submission_id/survey_ground_sample_counts/:id(.:format)                                     survey_ground_sample_counts#destroy
                            population_submission_survey_ground_total_counts GET    /population_submissions/:population_submission_id/survey_ground_total_counts(.:format)                                          survey_ground_total_counts#index
                                                                             POST   /population_submissions/:population_submission_id/survey_ground_total_counts(.:format)                                          survey_ground_total_counts#create
                         new_population_submission_survey_ground_total_count GET    /population_submissions/:population_submission_id/survey_ground_total_counts/new(.:format)                                      survey_ground_total_counts#new
                        edit_population_submission_survey_ground_total_count GET    /population_submissions/:population_submission_id/survey_ground_total_counts/:id/edit(.:format)                                 survey_ground_total_counts#edit
                             population_submission_survey_ground_total_count GET    /population_submissions/:population_submission_id/survey_ground_total_counts/:id(.:format)                                      survey_ground_total_counts#show
                                                                             PATCH  /population_submissions/:population_submission_id/survey_ground_total_counts/:id(.:format)                                      survey_ground_total_counts#update
                                                                             PUT    /population_submissions/:population_submission_id/survey_ground_total_counts/:id(.:format)                                      survey_ground_total_counts#update
                                                                             DELETE /population_submissions/:population_submission_id/survey_ground_total_counts/:id(.:format)                                      survey_ground_total_counts#destroy
                       population_submission_survey_individual_registrations GET    /population_submissions/:population_submission_id/survey_individual_registrations(.:format)                                     survey_individual_registrations#index
                                                                             POST   /population_submissions/:population_submission_id/survey_individual_registrations(.:format)                                     survey_individual_registrations#create
                    new_population_submission_survey_individual_registration GET    /population_submissions/:population_submission_id/survey_individual_registrations/new(.:format)                                 survey_individual_registrations#new
                   edit_population_submission_survey_individual_registration GET    /population_submissions/:population_submission_id/survey_individual_registrations/:id/edit(.:format)                            survey_individual_registrations#edit
                        population_submission_survey_individual_registration GET    /population_submissions/:population_submission_id/survey_individual_registrations/:id(.:format)                                 survey_individual_registrations#show
                                                                             PATCH  /population_submissions/:population_submission_id/survey_individual_registrations/:id(.:format)                                 survey_individual_registrations#update
                                                                             PUT    /population_submissions/:population_submission_id/survey_individual_registrations/:id(.:format)                                 survey_individual_registrations#update
                                                                             DELETE /population_submissions/:population_submission_id/survey_individual_registrations/:id(.:format)                                 survey_individual_registrations#destroy
                                         population_submission_survey_others GET    /population_submissions/:population_submission_id/survey_others(.:format)                                                       survey_others#index
                                                                             POST   /population_submissions/:population_submission_id/survey_others(.:format)                                                       survey_others#create
                                      new_population_submission_survey_other GET    /population_submissions/:population_submission_id/survey_others/new(.:format)                                                   survey_others#new
                                     edit_population_submission_survey_other GET    /population_submissions/:population_submission_id/survey_others/:id/edit(.:format)                                              survey_others#edit
                                          population_submission_survey_other GET    /population_submissions/:population_submission_id/survey_others/:id(.:format)                                                   survey_others#show
                                                                             PATCH  /population_submissions/:population_submission_id/survey_others/:id(.:format)                                                   survey_others#update
                                                                             PUT    /population_submissions/:population_submission_id/survey_others/:id(.:format)                                                   survey_others#update
                                                                             DELETE /population_submissions/:population_submission_id/survey_others/:id(.:format)                                                   survey_others#destroy
                     population_submission_population_submission_attachments GET    /population_submissions/:population_submission_id/population_submission_attachments(.:format)                                   population_submission_attachments#index
                                                                             POST   /population_submissions/:population_submission_id/population_submission_attachments(.:format)                                   population_submission_attachments#create
                  new_population_submission_population_submission_attachment GET    /population_submissions/:population_submission_id/population_submission_attachments/new(.:format)                               population_submission_attachments#new
                 edit_population_submission_population_submission_attachment GET    /population_submissions/:population_submission_id/population_submission_attachments/:id/edit(.:format)                          population_submission_attachments#edit
                      population_submission_population_submission_attachment GET    /population_submissions/:population_submission_id/population_submission_attachments/:id(.:format)                               population_submission_attachments#show
                                                                             PATCH  /population_submissions/:population_submission_id/population_submission_attachments/:id(.:format)                               population_submission_attachments#update
                                                                             PUT    /population_submissions/:population_submission_id/population_submission_attachments/:id(.:format)                               population_submission_attachments#update
                                                                             DELETE /population_submissions/:population_submission_id/population_submission_attachments/:id(.:format)                               population_submission_attachments#destroy
                                      population_submission_linked_citations GET    /population_submissions/:population_submission_id/linked_citations(.:format)                                                    linked_citations#index
                                                                             POST   /population_submissions/:population_submission_id/linked_citations(.:format)                                                    linked_citations#create
                                   new_population_submission_linked_citation GET    /population_submissions/:population_submission_id/linked_citations/new(.:format)                                                linked_citations#new
                                  edit_population_submission_linked_citation GET    /population_submissions/:population_submission_id/linked_citations/:id/edit(.:format)                                           linked_citations#edit
                                       population_submission_linked_citation GET    /population_submissions/:population_submission_id/linked_citations/:id(.:format)                                                linked_citations#show
                                                                             PATCH  /population_submissions/:population_submission_id/linked_citations/:id(.:format)                                                linked_citations#update
                                                                             PUT    /population_submissions/:population_submission_id/linked_citations/:id(.:format)                                                linked_citations#update
                                                                             DELETE /population_submissions/:population_submission_id/linked_citations/:id(.:format)                                                linked_citations#destroy
                                                      population_submissions GET    /population_submissions(.:format)                                                                                               population_submissions#index
                                                                             POST   /population_submissions(.:format)                                                                                               population_submissions#create
                                                   new_population_submission GET    /population_submissions/new(.:format)                                                                                           population_submissions#new
                                                  edit_population_submission GET    /population_submissions/:id/edit(.:format)                                                                                      population_submissions#edit
                                                       population_submission GET    /population_submissions/:id(.:format)                                                                                           population_submissions#show
                                                                             PATCH  /population_submissions/:id(.:format)                                                                                           population_submissions#update
                                                                             PUT    /population_submissions/:id(.:format)                                                                                           population_submissions#update
                                                                             DELETE /population_submissions/:id(.:format)                                                                                           population_submissions#destroy
                                                            linked_citations GET    /linked_citations(.:format)                                                                                                     linked_citations#index
                                                                             POST   /linked_citations(.:format)                                                                                                     linked_citations#create
                                                         new_linked_citation GET    /linked_citations/new(.:format)                                                                                                 linked_citations#new
                                                        edit_linked_citation GET    /linked_citations/:id/edit(.:format)                                                                                            linked_citations#edit
                                                             linked_citation GET    /linked_citations/:id(.:format)                                                                                                 linked_citations#show
                                                                             PATCH  /linked_citations/:id(.:format)                                                                                                 linked_citations#update
                                                                             PUT    /linked_citations/:id(.:format)                                                                                                 linked_citations#update
                                                                             DELETE /linked_citations/:id(.:format)                                                                                                 linked_citations#destroy
                survey_aerial_sample_count_survey_aerial_sample_count_strata GET    /survey_aerial_sample_counts/:survey_aerial_sample_count_id/survey_aerial_sample_count_strata(.:format)                         survey_aerial_sample_count_strata#index
                                                                             POST   /survey_aerial_sample_counts/:survey_aerial_sample_count_id/survey_aerial_sample_count_strata(.:format)                         survey_aerial_sample_count_strata#create
           new_survey_aerial_sample_count_survey_aerial_sample_count_stratum GET    /survey_aerial_sample_counts/:survey_aerial_sample_count_id/survey_aerial_sample_count_strata/new(.:format)                     survey_aerial_sample_count_strata#new
          edit_survey_aerial_sample_count_survey_aerial_sample_count_stratum GET    /survey_aerial_sample_counts/:survey_aerial_sample_count_id/survey_aerial_sample_count_strata/:id/edit(.:format)                survey_aerial_sample_count_strata#edit
               survey_aerial_sample_count_survey_aerial_sample_count_stratum GET    /survey_aerial_sample_counts/:survey_aerial_sample_count_id/survey_aerial_sample_count_strata/:id(.:format)                     survey_aerial_sample_count_strata#show
                                                                             PATCH  /survey_aerial_sample_counts/:survey_aerial_sample_count_id/survey_aerial_sample_count_strata/:id(.:format)                     survey_aerial_sample_count_strata#update
                                                                             PUT    /survey_aerial_sample_counts/:survey_aerial_sample_count_id/survey_aerial_sample_count_strata/:id(.:format)                     survey_aerial_sample_count_strata#update
                                                                             DELETE /survey_aerial_sample_counts/:survey_aerial_sample_count_id/survey_aerial_sample_count_strata/:id(.:format)                     survey_aerial_sample_count_strata#destroy
                                                 survey_aerial_sample_counts GET    /survey_aerial_sample_counts(.:format)                                                                                          survey_aerial_sample_counts#index
                                                                             POST   /survey_aerial_sample_counts(.:format)                                                                                          survey_aerial_sample_counts#create
                                              new_survey_aerial_sample_count GET    /survey_aerial_sample_counts/new(.:format)                                                                                      survey_aerial_sample_counts#new
                                             edit_survey_aerial_sample_count GET    /survey_aerial_sample_counts/:id/edit(.:format)                                                                                 survey_aerial_sample_counts#edit
                                                  survey_aerial_sample_count GET    /survey_aerial_sample_counts/:id(.:format)                                                                                      survey_aerial_sample_counts#show
                                                                             PATCH  /survey_aerial_sample_counts/:id(.:format)                                                                                      survey_aerial_sample_counts#update
                                                                             PUT    /survey_aerial_sample_counts/:id(.:format)                                                                                      survey_aerial_sample_counts#update
                                                                             DELETE /survey_aerial_sample_counts/:id(.:format)                                                                                      survey_aerial_sample_counts#destroy
                                           survey_aerial_sample_count_strata GET    /survey_aerial_sample_count_strata(.:format)                                                                                    survey_aerial_sample_count_strata#index
                                                                             POST   /survey_aerial_sample_count_strata(.:format)                                                                                    survey_aerial_sample_count_strata#create
                                      new_survey_aerial_sample_count_stratum GET    /survey_aerial_sample_count_strata/new(.:format)                                                                                survey_aerial_sample_count_strata#new
                                     edit_survey_aerial_sample_count_stratum GET    /survey_aerial_sample_count_strata/:id/edit(.:format)                                                                           survey_aerial_sample_count_strata#edit
                                          survey_aerial_sample_count_stratum GET    /survey_aerial_sample_count_strata/:id(.:format)                                                                                survey_aerial_sample_count_strata#show
                                                                             PATCH  /survey_aerial_sample_count_strata/:id(.:format)                                                                                survey_aerial_sample_count_strata#update
                                                                             PUT    /survey_aerial_sample_count_strata/:id(.:format)                                                                                survey_aerial_sample_count_strata#update
                                                                             DELETE /survey_aerial_sample_count_strata/:id(.:format)                                                                                survey_aerial_sample_count_strata#destroy
                  survey_aerial_total_count_survey_aerial_total_count_strata GET    /survey_aerial_total_counts/:survey_aerial_total_count_id/survey_aerial_total_count_strata(.:format)                            survey_aerial_total_count_strata#index
                                                                             POST   /survey_aerial_total_counts/:survey_aerial_total_count_id/survey_aerial_total_count_strata(.:format)                            survey_aerial_total_count_strata#create
             new_survey_aerial_total_count_survey_aerial_total_count_stratum GET    /survey_aerial_total_counts/:survey_aerial_total_count_id/survey_aerial_total_count_strata/new(.:format)                        survey_aerial_total_count_strata#new
            edit_survey_aerial_total_count_survey_aerial_total_count_stratum GET    /survey_aerial_total_counts/:survey_aerial_total_count_id/survey_aerial_total_count_strata/:id/edit(.:format)                   survey_aerial_total_count_strata#edit
                 survey_aerial_total_count_survey_aerial_total_count_stratum GET    /survey_aerial_total_counts/:survey_aerial_total_count_id/survey_aerial_total_count_strata/:id(.:format)                        survey_aerial_total_count_strata#show
                                                                             PATCH  /survey_aerial_total_counts/:survey_aerial_total_count_id/survey_aerial_total_count_strata/:id(.:format)                        survey_aerial_total_count_strata#update
                                                                             PUT    /survey_aerial_total_counts/:survey_aerial_total_count_id/survey_aerial_total_count_strata/:id(.:format)                        survey_aerial_total_count_strata#update
                                                                             DELETE /survey_aerial_total_counts/:survey_aerial_total_count_id/survey_aerial_total_count_strata/:id(.:format)                        survey_aerial_total_count_strata#destroy
                                                  survey_aerial_total_counts GET    /survey_aerial_total_counts(.:format)                                                                                           survey_aerial_total_counts#index
                                                                             POST   /survey_aerial_total_counts(.:format)                                                                                           survey_aerial_total_counts#create
                                               new_survey_aerial_total_count GET    /survey_aerial_total_counts/new(.:format)                                                                                       survey_aerial_total_counts#new
                                              edit_survey_aerial_total_count GET    /survey_aerial_total_counts/:id/edit(.:format)                                                                                  survey_aerial_total_counts#edit
                                                   survey_aerial_total_count GET    /survey_aerial_total_counts/:id(.:format)                                                                                       survey_aerial_total_counts#show
                                                                             PATCH  /survey_aerial_total_counts/:id(.:format)                                                                                       survey_aerial_total_counts#update
                                                                             PUT    /survey_aerial_total_counts/:id(.:format)                                                                                       survey_aerial_total_counts#update
                                                                             DELETE /survey_aerial_total_counts/:id(.:format)                                                                                       survey_aerial_total_counts#destroy
                                            survey_aerial_total_count_strata GET    /survey_aerial_total_count_strata(.:format)                                                                                     survey_aerial_total_count_strata#index
                                                                             POST   /survey_aerial_total_count_strata(.:format)                                                                                     survey_aerial_total_count_strata#create
                                       new_survey_aerial_total_count_stratum GET    /survey_aerial_total_count_strata/new(.:format)                                                                                 survey_aerial_total_count_strata#new
                                      edit_survey_aerial_total_count_stratum GET    /survey_aerial_total_count_strata/:id/edit(.:format)                                                                            survey_aerial_total_count_strata#edit
                                           survey_aerial_total_count_stratum GET    /survey_aerial_total_count_strata/:id(.:format)                                                                                 survey_aerial_total_count_strata#show
                                                                             PATCH  /survey_aerial_total_count_strata/:id(.:format)                                                                                 survey_aerial_total_count_strata#update
                                                                             PUT    /survey_aerial_total_count_strata/:id(.:format)                                                                                 survey_aerial_total_count_strata#update
                                                                             DELETE /survey_aerial_total_count_strata/:id(.:format)                                                                                 survey_aerial_total_count_strata#destroy
      survey_dung_count_line_transect_survey_dung_count_line_transect_strata GET    /survey_dung_count_line_transects/:survey_dung_count_line_transect_id/survey_dung_count_line_transect_strata(.:format)          survey_dung_count_line_transect_strata#index
                                                                             POST   /survey_dung_count_line_transects/:survey_dung_count_line_transect_id/survey_dung_count_line_transect_strata(.:format)          survey_dung_count_line_transect_strata#create
 new_survey_dung_count_line_transect_survey_dung_count_line_transect_stratum GET    /survey_dung_count_line_transects/:survey_dung_count_line_transect_id/survey_dung_count_line_transect_strata/new(.:format)      survey_dung_count_line_transect_strata#new
edit_survey_dung_count_line_transect_survey_dung_count_line_transect_stratum GET    /survey_dung_count_line_transects/:survey_dung_count_line_transect_id/survey_dung_count_line_transect_strata/:id/edit(.:format) survey_dung_count_line_transect_strata#edit
     survey_dung_count_line_transect_survey_dung_count_line_transect_stratum GET    /survey_dung_count_line_transects/:survey_dung_count_line_transect_id/survey_dung_count_line_transect_strata/:id(.:format)      survey_dung_count_line_transect_strata#show
                                                                             PATCH  /survey_dung_count_line_transects/:survey_dung_count_line_transect_id/survey_dung_count_line_transect_strata/:id(.:format)      survey_dung_count_line_transect_strata#update
                                                                             PUT    /survey_dung_count_line_transects/:survey_dung_count_line_transect_id/survey_dung_count_line_transect_strata/:id(.:format)      survey_dung_count_line_transect_strata#update
                                                                             DELETE /survey_dung_count_line_transects/:survey_dung_count_line_transect_id/survey_dung_count_line_transect_strata/:id(.:format)      survey_dung_count_line_transect_strata#destroy
                                            survey_dung_count_line_transects GET    /survey_dung_count_line_transects(.:format)                                                                                     survey_dung_count_line_transects#index
                                                                             POST   /survey_dung_count_line_transects(.:format)                                                                                     survey_dung_count_line_transects#create
                                         new_survey_dung_count_line_transect GET    /survey_dung_count_line_transects/new(.:format)                                                                                 survey_dung_count_line_transects#new
                                        edit_survey_dung_count_line_transect GET    /survey_dung_count_line_transects/:id/edit(.:format)                                                                            survey_dung_count_line_transects#edit
                                             survey_dung_count_line_transect GET    /survey_dung_count_line_transects/:id(.:format)                                                                                 survey_dung_count_line_transects#show
                                                                             PATCH  /survey_dung_count_line_transects/:id(.:format)                                                                                 survey_dung_count_line_transects#update
                                                                             PUT    /survey_dung_count_line_transects/:id(.:format)                                                                                 survey_dung_count_line_transects#update
                                                                             DELETE /survey_dung_count_line_transects/:id(.:format)                                                                                 survey_dung_count_line_transects#destroy
                                      survey_dung_count_line_transect_strata GET    /survey_dung_count_line_transect_strata(.:format)                                                                               survey_dung_count_line_transect_strata#index
                                                                             POST   /survey_dung_count_line_transect_strata(.:format)                                                                               survey_dung_count_line_transect_strata#create
                                 new_survey_dung_count_line_transect_stratum GET    /survey_dung_count_line_transect_strata/new(.:format)                                                                           survey_dung_count_line_transect_strata#new
                                edit_survey_dung_count_line_transect_stratum GET    /survey_dung_count_line_transect_strata/:id/edit(.:format)                                                                      survey_dung_count_line_transect_strata#edit
                                     survey_dung_count_line_transect_stratum GET    /survey_dung_count_line_transect_strata/:id(.:format)                                                                           survey_dung_count_line_transect_strata#show
                                                                             PATCH  /survey_dung_count_line_transect_strata/:id(.:format)                                                                           survey_dung_count_line_transect_strata#update
                                                                             PUT    /survey_dung_count_line_transect_strata/:id(.:format)                                                                           survey_dung_count_line_transect_strata#update
                                                                             DELETE /survey_dung_count_line_transect_strata/:id(.:format)                                                                           survey_dung_count_line_transect_strata#destroy
                                  survey_faecal_dna_survey_faecal_dna_strata GET    /survey_faecal_dnas/:survey_faecal_dna_id/survey_faecal_dna_strata(.:format)                                                    survey_faecal_dna_strata#index
                                                                             POST   /survey_faecal_dnas/:survey_faecal_dna_id/survey_faecal_dna_strata(.:format)                                                    survey_faecal_dna_strata#create
                             new_survey_faecal_dna_survey_faecal_dna_stratum GET    /survey_faecal_dnas/:survey_faecal_dna_id/survey_faecal_dna_strata/new(.:format)                                                survey_faecal_dna_strata#new
                            edit_survey_faecal_dna_survey_faecal_dna_stratum GET    /survey_faecal_dnas/:survey_faecal_dna_id/survey_faecal_dna_strata/:id/edit(.:format)                                           survey_faecal_dna_strata#edit
                                 survey_faecal_dna_survey_faecal_dna_stratum GET    /survey_faecal_dnas/:survey_faecal_dna_id/survey_faecal_dna_strata/:id(.:format)                                                survey_faecal_dna_strata#show
                                                                             PATCH  /survey_faecal_dnas/:survey_faecal_dna_id/survey_faecal_dna_strata/:id(.:format)                                                survey_faecal_dna_strata#update
                                                                             PUT    /survey_faecal_dnas/:survey_faecal_dna_id/survey_faecal_dna_strata/:id(.:format)                                                survey_faecal_dna_strata#update
                                                                             DELETE /survey_faecal_dnas/:survey_faecal_dna_id/survey_faecal_dna_strata/:id(.:format)                                                survey_faecal_dna_strata#destroy
                                                          survey_faecal_dnas GET    /survey_faecal_dnas(.:format)                                                                                                   survey_faecal_dnas#index
                                                                             POST   /survey_faecal_dnas(.:format)                                                                                                   survey_faecal_dnas#create
                                                       new_survey_faecal_dna GET    /survey_faecal_dnas/new(.:format)                                                                                               survey_faecal_dnas#new
                                                      edit_survey_faecal_dna GET    /survey_faecal_dnas/:id/edit(.:format)                                                                                          survey_faecal_dnas#edit
                                                           survey_faecal_dna GET    /survey_faecal_dnas/:id(.:format)                                                                                               survey_faecal_dnas#show
                                                                             PATCH  /survey_faecal_dnas/:id(.:format)                                                                                               survey_faecal_dnas#update
                                                                             PUT    /survey_faecal_dnas/:id(.:format)                                                                                               survey_faecal_dnas#update
                                                                             DELETE /survey_faecal_dnas/:id(.:format)                                                                                               survey_faecal_dnas#destroy
                                                    survey_faecal_dna_strata GET    /survey_faecal_dna_strata(.:format)                                                                                             survey_faecal_dna_strata#index
                                                                             POST   /survey_faecal_dna_strata(.:format)                                                                                             survey_faecal_dna_strata#create
                                               new_survey_faecal_dna_stratum GET    /survey_faecal_dna_strata/new(.:format)                                                                                         survey_faecal_dna_strata#new
                                              edit_survey_faecal_dna_stratum GET    /survey_faecal_dna_strata/:id/edit(.:format)                                                                                    survey_faecal_dna_strata#edit
                                                   survey_faecal_dna_stratum GET    /survey_faecal_dna_strata/:id(.:format)                                                                                         survey_faecal_dna_strata#show
                                                                             PATCH  /survey_faecal_dna_strata/:id(.:format)                                                                                         survey_faecal_dna_strata#update
                                                                             PUT    /survey_faecal_dna_strata/:id(.:format)                                                                                         survey_faecal_dna_strata#update
                                                                             DELETE /survey_faecal_dna_strata/:id(.:format)                                                                                         survey_faecal_dna_strata#destroy
                survey_ground_sample_count_survey_ground_sample_count_strata GET    /survey_ground_sample_counts/:survey_ground_sample_count_id/survey_ground_sample_count_strata(.:format)                         survey_ground_sample_count_strata#index
                                                                             POST   /survey_ground_sample_counts/:survey_ground_sample_count_id/survey_ground_sample_count_strata(.:format)                         survey_ground_sample_count_strata#create
           new_survey_ground_sample_count_survey_ground_sample_count_stratum GET    /survey_ground_sample_counts/:survey_ground_sample_count_id/survey_ground_sample_count_strata/new(.:format)                     survey_ground_sample_count_strata#new
          edit_survey_ground_sample_count_survey_ground_sample_count_stratum GET    /survey_ground_sample_counts/:survey_ground_sample_count_id/survey_ground_sample_count_strata/:id/edit(.:format)                survey_ground_sample_count_strata#edit
               survey_ground_sample_count_survey_ground_sample_count_stratum GET    /survey_ground_sample_counts/:survey_ground_sample_count_id/survey_ground_sample_count_strata/:id(.:format)                     survey_ground_sample_count_strata#show
                                                                             PATCH  /survey_ground_sample_counts/:survey_ground_sample_count_id/survey_ground_sample_count_strata/:id(.:format)                     survey_ground_sample_count_strata#update
                                                                             PUT    /survey_ground_sample_counts/:survey_ground_sample_count_id/survey_ground_sample_count_strata/:id(.:format)                     survey_ground_sample_count_strata#update
                                                                             DELETE /survey_ground_sample_counts/:survey_ground_sample_count_id/survey_ground_sample_count_strata/:id(.:format)                     survey_ground_sample_count_strata#destroy
                                                 survey_ground_sample_counts GET    /survey_ground_sample_counts(.:format)                                                                                          survey_ground_sample_counts#index
                                                                             POST   /survey_ground_sample_counts(.:format)                                                                                          survey_ground_sample_counts#create
                                              new_survey_ground_sample_count GET    /survey_ground_sample_counts/new(.:format)                                                                                      survey_ground_sample_counts#new
                                             edit_survey_ground_sample_count GET    /survey_ground_sample_counts/:id/edit(.:format)                                                                                 survey_ground_sample_counts#edit
                                                  survey_ground_sample_count GET    /survey_ground_sample_counts/:id(.:format)                                                                                      survey_ground_sample_counts#show
                                                                             PATCH  /survey_ground_sample_counts/:id(.:format)                                                                                      survey_ground_sample_counts#update
                                                                             PUT    /survey_ground_sample_counts/:id(.:format)                                                                                      survey_ground_sample_counts#update
                                                                             DELETE /survey_ground_sample_counts/:id(.:format)                                                                                      survey_ground_sample_counts#destroy
                                           survey_ground_sample_count_strata GET    /survey_ground_sample_count_strata(.:format)                                                                                    survey_ground_sample_count_strata#index
                                                                             POST   /survey_ground_sample_count_strata(.:format)                                                                                    survey_ground_sample_count_strata#create
                                      new_survey_ground_sample_count_stratum GET    /survey_ground_sample_count_strata/new(.:format)                                                                                survey_ground_sample_count_strata#new
                                     edit_survey_ground_sample_count_stratum GET    /survey_ground_sample_count_strata/:id/edit(.:format)                                                                           survey_ground_sample_count_strata#edit
                                          survey_ground_sample_count_stratum GET    /survey_ground_sample_count_strata/:id(.:format)                                                                                survey_ground_sample_count_strata#show
                                                                             PATCH  /survey_ground_sample_count_strata/:id(.:format)                                                                                survey_ground_sample_count_strata#update
                                                                             PUT    /survey_ground_sample_count_strata/:id(.:format)                                                                                survey_ground_sample_count_strata#update
                                                                             DELETE /survey_ground_sample_count_strata/:id(.:format)                                                                                survey_ground_sample_count_strata#destroy
                  survey_ground_total_count_survey_ground_total_count_strata GET    /survey_ground_total_counts/:survey_ground_total_count_id/survey_ground_total_count_strata(.:format)                            survey_ground_total_count_strata#index
                                                                             POST   /survey_ground_total_counts/:survey_ground_total_count_id/survey_ground_total_count_strata(.:format)                            survey_ground_total_count_strata#create
             new_survey_ground_total_count_survey_ground_total_count_stratum GET    /survey_ground_total_counts/:survey_ground_total_count_id/survey_ground_total_count_strata/new(.:format)                        survey_ground_total_count_strata#new
            edit_survey_ground_total_count_survey_ground_total_count_stratum GET    /survey_ground_total_counts/:survey_ground_total_count_id/survey_ground_total_count_strata/:id/edit(.:format)                   survey_ground_total_count_strata#edit
                 survey_ground_total_count_survey_ground_total_count_stratum GET    /survey_ground_total_counts/:survey_ground_total_count_id/survey_ground_total_count_strata/:id(.:format)                        survey_ground_total_count_strata#show
                                                                             PATCH  /survey_ground_total_counts/:survey_ground_total_count_id/survey_ground_total_count_strata/:id(.:format)                        survey_ground_total_count_strata#update
                                                                             PUT    /survey_ground_total_counts/:survey_ground_total_count_id/survey_ground_total_count_strata/:id(.:format)                        survey_ground_total_count_strata#update
                                                                             DELETE /survey_ground_total_counts/:survey_ground_total_count_id/survey_ground_total_count_strata/:id(.:format)                        survey_ground_total_count_strata#destroy
                                                  survey_ground_total_counts GET    /survey_ground_total_counts(.:format)                                                                                           survey_ground_total_counts#index
                                                                             POST   /survey_ground_total_counts(.:format)                                                                                           survey_ground_total_counts#create
                                               new_survey_ground_total_count GET    /survey_ground_total_counts/new(.:format)                                                                                       survey_ground_total_counts#new
                                              edit_survey_ground_total_count GET    /survey_ground_total_counts/:id/edit(.:format)                                                                                  survey_ground_total_counts#edit
                                                   survey_ground_total_count GET    /survey_ground_total_counts/:id(.:format)                                                                                       survey_ground_total_counts#show
                                                                             PATCH  /survey_ground_total_counts/:id(.:format)                                                                                       survey_ground_total_counts#update
                                                                             PUT    /survey_ground_total_counts/:id(.:format)                                                                                       survey_ground_total_counts#update
                                                                             DELETE /survey_ground_total_counts/:id(.:format)                                                                                       survey_ground_total_counts#destroy
                                            survey_ground_total_count_strata GET    /survey_ground_total_count_strata(.:format)                                                                                     survey_ground_total_count_strata#index
                                                                             POST   /survey_ground_total_count_strata(.:format)                                                                                     survey_ground_total_count_strata#create
                                       new_survey_ground_total_count_stratum GET    /survey_ground_total_count_strata/new(.:format)                                                                                 survey_ground_total_count_strata#new
                                      edit_survey_ground_total_count_stratum GET    /survey_ground_total_count_strata/:id/edit(.:format)                                                                            survey_ground_total_count_strata#edit
                                           survey_ground_total_count_stratum GET    /survey_ground_total_count_strata/:id(.:format)                                                                                 survey_ground_total_count_strata#show
                                                                             PATCH  /survey_ground_total_count_strata/:id(.:format)                                                                                 survey_ground_total_count_strata#update
                                                                             PUT    /survey_ground_total_count_strata/:id(.:format)                                                                                 survey_ground_total_count_strata#update
                                                                             DELETE /survey_ground_total_count_strata/:id(.:format)                                                                                 survey_ground_total_count_strata#destroy
                                             survey_individual_registrations GET    /survey_individual_registrations(.:format)                                                                                      survey_individual_registrations#index
                                                                             POST   /survey_individual_registrations(.:format)                                                                                      survey_individual_registrations#create
                                          new_survey_individual_registration GET    /survey_individual_registrations/new(.:format)                                                                                  survey_individual_registrations#new
                                         edit_survey_individual_registration GET    /survey_individual_registrations/:id/edit(.:format)                                                                             survey_individual_registrations#edit
                                              survey_individual_registration GET    /survey_individual_registrations/:id(.:format)                                                                                  survey_individual_registrations#show
                                                                             PATCH  /survey_individual_registrations/:id(.:format)                                                                                  survey_individual_registrations#update
                                                                             PUT    /survey_individual_registrations/:id(.:format)                                                                                  survey_individual_registrations#update
                                                                             DELETE /survey_individual_registrations/:id(.:format)                                                                                  survey_individual_registrations#destroy
                                                               survey_others GET    /survey_others(.:format)                                                                                                        survey_others#index
                                                                             POST   /survey_others(.:format)                                                                                                        survey_others#create
                                                            new_survey_other GET    /survey_others/new(.:format)                                                                                                    survey_others#new
                                                           edit_survey_other GET    /survey_others/:id/edit(.:format)                                                                                               survey_others#edit
                                                                survey_other GET    /survey_others/:id(.:format)                                                                                                    survey_others#show
                                                                             PATCH  /survey_others/:id(.:format)                                                                                                    survey_others#update
                                                                             PUT    /survey_others/:id(.:format)                                                                                                    survey_others#update
                                                                             DELETE /survey_others/:id(.:format)                                                                                                    survey_others#destroy
                                           population_submission_attachments GET    /population_submission_attachments(.:format)                                                                                    population_submission_attachments#index
                                                                             POST   /population_submission_attachments(.:format)                                                                                    population_submission_attachments#create
                                        new_population_submission_attachment GET    /population_submission_attachments/new(.:format)                                                                                population_submission_attachments#new
                                       edit_population_submission_attachment GET    /population_submission_attachments/:id/edit(.:format)                                                                           population_submission_attachments#edit
                                            population_submission_attachment GET    /population_submission_attachments/:id(.:format)                                                                                population_submission_attachments#show
                                                                             PATCH  /population_submission_attachments/:id(.:format)                                                                                population_submission_attachments#update
                                                                             PUT    /population_submission_attachments/:id(.:format)                                                                                population_submission_attachments#update
                                                                             DELETE /population_submission_attachments/:id(.:format)                                                                                population_submission_attachments#destroy
                                                                             GET    /population_submission_attachments/download/:id(.:format)                                                                       population_submission_attachments#download
                                                                             GET    /population_submissions/:id/map(.:format)                                                                                       population_submissions#geojson_map
                                                                             GET    /survey_geometry/:id/map(.:format)                                                                                              survey_geometries#geojson_map
                                                                             GET    /survey_geometry/:id/download(.:format)                                                                                         survey_geometries#download
                                                                   countries GET    /countries(.:format)                                                                                                            countries#index
                                                                             GET    /country/:iso_code/map(.:format)                                                                                                countries#geojson_map
                                                                             GET    /country/survey_map/:iso_code/:analysis/:year(.:format)                                                                         countries#geojson_map_public
                                                                     regions GET    /regions(.:format)                                                                                                              regions#index
                                                                             GET    /region/:id/map(.:format)                                                                                                       regions#geojson_map
                                                                  continents GET    /continents(.:format)                                                                                                           continents#index
                                                                             GET    /continent/:id/map(.:format)                                                                                                    continents#geojson_map
                                                   data_request_forms_thanks GET    /data_request_forms/thanks(.:format)                                                                                            data_request_forms#thanks
                                                          data_request_forms GET    /data_request_forms(.:format)                                                                                                   data_request_forms#index
                                                                             POST   /data_request_forms(.:format)                                                                                                   data_request_forms#create
                                                       new_data_request_form GET    /data_request_forms/new(.:format)                                                                                               data_request_forms#new
                                                      edit_data_request_form GET    /data_request_forms/:id/edit(.:format)                                                                                          data_request_forms#edit
                                                           data_request_form GET    /data_request_forms/:id(.:format)                                                                                               data_request_forms#show
                                                                             PATCH  /data_request_forms/:id(.:format)                                                                                               data_request_forms#update
                                                                             PUT    /data_request_forms/:id(.:format)                                                                                               data_request_forms#update
                                                                             DELETE /data_request_forms/:id(.:format)                                                                                               data_request_forms#destroy
                                                                spreadsheets GET    /spreadsheets(.:format)                                                                                                         spreadsheets#index
                                                                             POST   /spreadsheets(.:format)                                                                                                         spreadsheets#create
                                                                 spreadsheet GET    /spreadsheets/:id(.:format)                                                                                                     spreadsheets#show
                                                                             DELETE /spreadsheets/:id(.:format)                                                                                                     spreadsheets#destroy
                                                                       about GET    /about(.:format)                                                                                                                about#index
                                                                  about_darp GET    /about/darp(.:format)                                                                                                           about#darp
                                                                   superuser GET    /superuser(.:format)                                                                                                            superuser#index
                                                           report_references GET    /report/references(.:format)                                                                                                    report#references
                                                                             GET    /report/:year/:continent/:region/:country/:survey(.:format)                                                                     report#survey
                                                                             GET    /report/:year/:continent/:region/:country(.:format)                                                                             report#country
                                                                             GET    /report/:year/:continent/:region(.:format)                                                                                      report#region
                                                                             GET    /report/:year/:continent(.:format)                                                                                              report#continent
                                                                             GET    /preview_report/:filter/:year/:continent(.:format)                                                                              report#preview_continent
                                                                             GET    /preview_report/:filter/:year/:continent/corrections(.:format)                                                                  report#preview_corrections
                                                                             GET    /preview_report/:filter/:year/:continent/:region(.:format)                                                                      report#preview_region
                                                                             GET    /preview_report/:filter/:year/:continent/site/:site(.:format)                                                                   report#preview_site
                                                                             GET    /preview_report/:filter/:year/:continent/:region/:country(.:format)                                                             report#preview_country
                                                                             GET    /preview_report/:filter/bibliography(.:format)                                                                                  report#bibliography
                                                                             GET    /report/:year(.:format)                                                                                                         report#year
                                                                      report GET    /report(.:format)                                                                                                               report#species
                                                                             GET    /find/:year/:objectid(.:format)                                                                                                 find#historical
                                                                             GET    /range_popup/:source_id(.:format)                                                                                               find#range_popup
                                                                             GET    /popup/:year/:objectid(.:format)                                                                                                find#popup
                                                                             GET    /population_submissions/:id/submit(.:format)                                                                                    population_submissions#submit
                                                   my_population_submissions GET    /my_population_submissions(.:format)                                                                                            population_submissions#my
                                                               analysis_2013 GET    /analysis_2013(.:format)                                                                                                        population_submissions#analysis_2013
                                                                             GET    /species/:species_id/range_states(.:format)                                                                                     species#range_states
                                                                 mike_report GET    /mike_report(.:format)                                                                                                          welcome#mike_report
                                                                 reliability GET    /reliability(.:format)                                                                                                          welcome#reliability
                                                                       crash GET    /crash(.:format)                                                                                                                welcome#crash
                                                                      recalc GET    /recalc(.:format)                                                                                                               welcome#recalc
                                                           submission_search GET    /submission_search(.:format)                                                                                                    submission_search#index
                                                                             GET    /history/:item_type/:id(.:format)                                                                                               versions#history
                                                                        root GET    /                                                                                                                               welcome#index

Routes for RailsAdmin::Engine:
  dashboard GET         /                                      rails_admin/main#dashboard
      index GET|POST    /:model_name(.:format)                 rails_admin/main#index
        new GET|POST    /:model_name/new(.:format)             rails_admin/main#new
     export GET|POST    /:model_name/export(.:format)          rails_admin/main#export
bulk_delete POST|DELETE /:model_name/bulk_delete(.:format)     rails_admin/main#bulk_delete
bulk_action POST        /:model_name/bulk_action(.:format)     rails_admin/main#bulk_action
       show GET         /:model_name/:id(.:format)             rails_admin/main#show
       edit GET|PUT     /:model_name/:id/edit(.:format)        rails_admin/main#edit
     delete GET|DELETE  /:model_name/:id/delete(.:format)      rails_admin/main#delete
show_in_app GET         /:model_name/:id/show_in_app(.:format) rails_admin/main#show_in_app
Clone this wiki locally