Skip to content

Instantly share code, notes, and snippets.

@psndcsrv
Created December 9, 2013 20:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save psndcsrv/7880303 to your computer and use it in GitHub Desktop.
Save psndcsrv/7880303 to your computer and use it in GitHub Desktop.
ITSI portal routes
help_requests GET /help_requests(.:format) {:action=>"index", :controller=>"help_requests"}
new_help_request GET /help_requests/new(.:format) {:action=>"new", :controller=>"help_requests"}
edit_help_request GET /help_requests/:id/edit(.:format) {:action=>"edit", :controller=>"help_requests"}
help_request GET /help_requests/:id(.:format) {:action=>"show", :controller=>"help_requests"}
saveable_sparks_measuring_resistances GET /saveable/sparks/measuring_resistances(.:format) {:action=>"index", :controller=>"saveable/sparks/measuring_resistances"}
new_saveable_sparks_measuring_resistance GET /saveable/sparks/measuring_resistances/new(.:format) {:action=>"new", :controller=>"saveable/sparks/measuring_resistances"}
edit_saveable_sparks_measuring_resistance GET /saveable/sparks/measuring_resistances/:id/edit(.:format) {:action=>"edit", :controller=>"saveable/sparks/measuring_resistances"}
saveable_sparks_measuring_resistance GET /saveable/sparks/measuring_resistances/:id(.:format) {:action=>"show", :controller=>"saveable/sparks/measuring_resistances"}
saveable_sparks_measuring_resistance_reports GET /saveable/sparks/measuring_resistance_reports(.:format) {:action=>"index", :controller=>"saveable/sparks/measuring_resistance_reports"}
new_saveable_sparks_measuring_resistance_report GET /saveable/sparks/measuring_resistance_reports/new(.:format) {:action=>"new", :controller=>"saveable/sparks/measuring_resistance_reports"}
edit_saveable_sparks_measuring_resistance_report GET /saveable/sparks/measuring_resistance_reports/:id/edit(.:format) {:action=>"edit", :controller=>"saveable/sparks/measuring_resistance_reports"}
saveable_sparks_measuring_resistance_report GET /saveable/sparks/measuring_resistance_reports/:id(.:format) {:action=>"show", :controller=>"saveable/sparks/measuring_resistance_reports"}
probe_vendor_interfaces GET /probe/vendor_interfaces(.:format) {:action=>"index", :controller=>"probe/vendor_interfaces"}
new_probe_vendor_interface GET /probe/vendor_interfaces/new(.:format) {:action=>"new", :controller=>"probe/vendor_interfaces"}
edit_probe_vendor_interface GET /probe/vendor_interfaces/:id/edit(.:format) {:action=>"edit", :controller=>"probe/vendor_interfaces"}
probe_vendor_interface GET /probe/vendor_interfaces/:id(.:format) {:action=>"show", :controller=>"probe/vendor_interfaces"}
probe_probe_types GET /probe/probe_types(.:format) {:action=>"index", :controller=>"probe/probe_types"}
new_probe_probe_type GET /probe/probe_types/new(.:format) {:action=>"new", :controller=>"probe/probe_types"}
edit_probe_probe_type GET /probe/probe_types/:id/edit(.:format) {:action=>"edit", :controller=>"probe/probe_types"}
probe_probe_type GET /probe/probe_types/:id(.:format) {:action=>"show", :controller=>"probe/probe_types"}
probe_physical_units GET /probe/physical_units(.:format) {:action=>"index", :controller=>"probe/physical_units"}
new_probe_physical_unit GET /probe/physical_units/new(.:format) {:action=>"new", :controller=>"probe/physical_units"}
edit_probe_physical_unit GET /probe/physical_units/:id/edit(.:format) {:action=>"edit", :controller=>"probe/physical_units"}
probe_physical_unit GET /probe/physical_units/:id(.:format) {:action=>"show", :controller=>"probe/physical_units"}
probe_device_configs GET /probe/device_configs(.:format) {:action=>"index", :controller=>"probe/device_configs"}
new_probe_device_config GET /probe/device_configs/new(.:format) {:action=>"new", :controller=>"probe/device_configs"}
edit_probe_device_config GET /probe/device_configs/:id/edit(.:format) {:action=>"edit", :controller=>"probe/device_configs"}
probe_device_config GET /probe/device_configs/:id(.:format) {:action=>"show", :controller=>"probe/device_configs"}
probe_data_filters GET /probe/data_filters(.:format) {:action=>"index", :controller=>"probe/data_filters"}
new_probe_data_filter GET /probe/data_filters/new(.:format) {:action=>"new", :controller=>"probe/data_filters"}
edit_probe_data_filter GET /probe/data_filters/:id/edit(.:format) {:action=>"edit", :controller=>"probe/data_filters"}
probe_data_filter GET /probe/data_filters/:id(.:format) {:action=>"show", :controller=>"probe/data_filters"}
probe_calibrations GET /probe/calibrations(.:format) {:action=>"index", :controller=>"probe/calibrations"}
new_probe_calibration GET /probe/calibrations/new(.:format) {:action=>"new", :controller=>"probe/calibrations"}
edit_probe_calibration GET /probe/calibrations/:id/edit(.:format) {:action=>"edit", :controller=>"probe/calibrations"}
probe_calibration GET /probe/calibrations/:id(.:format) {:action=>"show", :controller=>"probe/calibrations"}
ri_gse_assessment_targets GET /ri_gse/assessment_targets(.:format) {:action=>"index", :controller=>"ri_gse/assessment_targets"}
new_ri_gse_assessment_target GET /ri_gse/assessment_targets/new(.:format) {:action=>"new", :controller=>"ri_gse/assessment_targets"}
edit_ri_gse_assessment_target GET /ri_gse/assessment_targets/:id/edit(.:format) {:action=>"edit", :controller=>"ri_gse/assessment_targets"}
ri_gse_assessment_target GET /ri_gse/assessment_targets/:id(.:format) {:action=>"show", :controller=>"ri_gse/assessment_targets"}
ri_gse_knowledge_statements GET /ri_gse/knowledge_statements(.:format) {:action=>"index", :controller=>"ri_gse/knowledge_statements"}
new_ri_gse_knowledge_statement GET /ri_gse/knowledge_statements/new(.:format) {:action=>"new", :controller=>"ri_gse/knowledge_statements"}
edit_ri_gse_knowledge_statement GET /ri_gse/knowledge_statements/:id/edit(.:format) {:action=>"edit", :controller=>"ri_gse/knowledge_statements"}
ri_gse_knowledge_statement GET /ri_gse/knowledge_statements/:id(.:format) {:action=>"show", :controller=>"ri_gse/knowledge_statements"}
ri_gse_domains GET /ri_gse/domains(.:format) {:action=>"index", :controller=>"ri_gse/domains"}
new_ri_gse_domain GET /ri_gse/domains/new(.:format) {:action=>"new", :controller=>"ri_gse/domains"}
edit_ri_gse_domain GET /ri_gse/domains/:id/edit(.:format) {:action=>"edit", :controller=>"ri_gse/domains"}
ri_gse_domain GET /ri_gse/domains/:id(.:format) {:action=>"show", :controller=>"ri_gse/domains"}
ri_gse_big_ideas GET /ri_gse/big_ideas(.:format) {:action=>"index", :controller=>"ri_gse/big_ideas"}
new_ri_gse_big_idea GET /ri_gse/big_ideas/new(.:format) {:action=>"new", :controller=>"ri_gse/big_ideas"}
edit_ri_gse_big_idea GET /ri_gse/big_ideas/:id/edit(.:format) {:action=>"edit", :controller=>"ri_gse/big_ideas"}
ri_gse_big_idea GET /ri_gse/big_ideas/:id(.:format) {:action=>"show", :controller=>"ri_gse/big_ideas"}
ri_gse_unifying_themes GET /ri_gse/unifying_themes(.:format) {:action=>"index", :controller=>"ri_gse/unifying_themes"}
new_ri_gse_unifying_theme GET /ri_gse/unifying_themes/new(.:format) {:action=>"new", :controller=>"ri_gse/unifying_themes"}
edit_ri_gse_unifying_theme GET /ri_gse/unifying_themes/:id/edit(.:format) {:action=>"edit", :controller=>"ri_gse/unifying_themes"}
ri_gse_unifying_theme GET /ri_gse/unifying_themes/:id(.:format) {:action=>"show", :controller=>"ri_gse/unifying_themes"}
ri_gse_expectations GET /ri_gse/expectations(.:format) {:action=>"index", :controller=>"ri_gse/expectations"}
new_ri_gse_expectation GET /ri_gse/expectations/new(.:format) {:action=>"new", :controller=>"ri_gse/expectations"}
edit_ri_gse_expectation GET /ri_gse/expectations/:id/edit(.:format) {:action=>"edit", :controller=>"ri_gse/expectations"}
ri_gse_expectation GET /ri_gse/expectations/:id(.:format) {:action=>"show", :controller=>"ri_gse/expectations"}
ri_gse_expectation_stems GET /ri_gse/expectation_stems(.:format) {:action=>"index", :controller=>"ri_gse/expectation_stems"}
new_ri_gse_expectation_stem GET /ri_gse/expectation_stems/new(.:format) {:action=>"new", :controller=>"ri_gse/expectation_stems"}
edit_ri_gse_expectation_stem GET /ri_gse/expectation_stems/:id/edit(.:format) {:action=>"edit", :controller=>"ri_gse/expectation_stems"}
ri_gse_expectation_stem GET /ri_gse/expectation_stems/:id(.:format) {:action=>"show", :controller=>"ri_gse/expectation_stems"}
select_ri_gse_grade_span_expectations GET /ri_gse/grade_span_expectations/select(.:format) {:action=>"select", :controller=>"ri_gse/grade_span_expectations"}
ri_gse_grade_span_expectations GET /ri_gse/grade_span_expectations(.:format) {:action=>"index", :controller=>"ri_gse/grade_span_expectations"}
new_ri_gse_grade_span_expectation GET /ri_gse/grade_span_expectations/new(.:format) {:action=>"new", :controller=>"ri_gse/grade_span_expectations"}
edit_ri_gse_grade_span_expectation GET /ri_gse/grade_span_expectations/:id/edit(.:format) {:action=>"edit", :controller=>"ri_gse/grade_span_expectations"}
print_ri_gse_grade_span_expectation GET /ri_gse/grade_span_expectations/:id/print(.:format) {:action=>"print", :controller=>"ri_gse/grade_span_expectations"}
ri_gse_grade_span_expectation GET /ri_gse/grade_span_expectations/:id(.:format) {:action=>"show", :controller=>"ri_gse/grade_span_expectations"}
diy_model_types GET /diy/model_types(.:format) {:action=>"index", :controller=>"diy/model_types"}
new_diy_model_type GET /diy/model_types/new(.:format) {:action=>"new", :controller=>"diy/model_types"}
edit_diy_model_type GET /diy/model_types/:id/edit(.:format) {:action=>"edit", :controller=>"diy/model_types"}
diy_model_type GET /diy/model_types/:id(.:format) {:action=>"show", :controller=>"diy/model_types"}
diy_models GET /diy/models(.:format) {:action=>"index", :controller=>"diy/models"}
new_diy_model GET /diy/models/new(.:format) {:action=>"new", :controller=>"diy/models"}
edit_diy_model GET /diy/models/:id/edit(.:format) {:action=>"edit", :controller=>"diy/models"}
diy_model GET /diy/models/:id(.:format) {:action=>"show", :controller=>"diy/models"}
embeddable_smartgraph_range_questions GET /embeddable/smartgraph/range_questions(.:format) {:action=>"index", :controller=>"embeddable/smartgraph/range_questions"}
new_embeddable_smartgraph_range_question GET /embeddable/smartgraph/range_questions/new(.:format) {:action=>"new", :controller=>"embeddable/smartgraph/range_questions"}
edit_embeddable_smartgraph_range_question GET /embeddable/smartgraph/range_questions/:id/edit(.:format) {:action=>"edit", :controller=>"embeddable/smartgraph/range_questions"}
embeddable_smartgraph_range_question GET /embeddable/smartgraph/range_questions/:id(.:format) {:action=>"show", :controller=>"embeddable/smartgraph/range_questions"}
embeddable_biologica_chromosome_zooms GET /embeddable/biologica/chromosome_zooms(.:format) {:action=>"index", :controller=>"embeddable/biologica/chromosome_zooms"}
new_embeddable_biologica_chromosome_zoom GET /embeddable/biologica/chromosome_zooms/new(.:format) {:action=>"new", :controller=>"embeddable/biologica/chromosome_zooms"}
edit_embeddable_biologica_chromosome_zoom GET /embeddable/biologica/chromosome_zooms/:id/edit(.:format) {:action=>"edit", :controller=>"embeddable/biologica/chromosome_zooms"}
embeddable_biologica_chromosome_zoom GET /embeddable/biologica/chromosome_zooms/:id(.:format) {:action=>"show", :controller=>"embeddable/biologica/chromosome_zooms"}
embeddable_biologica_multiple_organisms GET /embeddable/biologica/multiple_organisms(.:format) {:action=>"index", :controller=>"embeddable/biologica/multiple_organisms"}
new_embeddable_biologica_multiple_organism GET /embeddable/biologica/multiple_organisms/new(.:format) {:action=>"new", :controller=>"embeddable/biologica/multiple_organisms"}
edit_embeddable_biologica_multiple_organism GET /embeddable/biologica/multiple_organisms/:id/edit(.:format) {:action=>"edit", :controller=>"embeddable/biologica/multiple_organisms"}
embeddable_biologica_multiple_organism GET /embeddable/biologica/multiple_organisms/:id(.:format) {:action=>"show", :controller=>"embeddable/biologica/multiple_organisms"}
embeddable_biologica_breed_offsprings GET /embeddable/biologica/breed_offsprings(.:format) {:action=>"index", :controller=>"embeddable/biologica/breed_offsprings"}
new_embeddable_biologica_breed_offspring GET /embeddable/biologica/breed_offsprings/new(.:format) {:action=>"new", :controller=>"embeddable/biologica/breed_offsprings"}
edit_embeddable_biologica_breed_offspring GET /embeddable/biologica/breed_offsprings/:id/edit(.:format) {:action=>"edit", :controller=>"embeddable/biologica/breed_offsprings"}
embeddable_biologica_breed_offspring GET /embeddable/biologica/breed_offsprings/:id(.:format) {:action=>"show", :controller=>"embeddable/biologica/breed_offsprings"}
embeddable_biologica_meiosis_views GET /embeddable/biologica/meiosis_views(.:format) {:action=>"index", :controller=>"embeddable/biologica/meiosis_views"}
new_embeddable_biologica_meiosis_view GET /embeddable/biologica/meiosis_views/new(.:format) {:action=>"new", :controller=>"embeddable/biologica/meiosis_views"}
edit_embeddable_biologica_meiosis_view GET /embeddable/biologica/meiosis_views/:id/edit(.:format) {:action=>"edit", :controller=>"embeddable/biologica/meiosis_views"}
embeddable_biologica_meiosis_view GET /embeddable/biologica/meiosis_views/:id(.:format) {:action=>"show", :controller=>"embeddable/biologica/meiosis_views"}
embeddable_biologica_chromosomes GET /embeddable/biologica/chromosomes(.:format) {:action=>"index", :controller=>"embeddable/biologica/chromosomes"}
new_embeddable_biologica_chromosome GET /embeddable/biologica/chromosomes/new(.:format) {:action=>"new", :controller=>"embeddable/biologica/chromosomes"}
edit_embeddable_biologica_chromosome GET /embeddable/biologica/chromosomes/:id/edit(.:format) {:action=>"edit", :controller=>"embeddable/biologica/chromosomes"}
embeddable_biologica_chromosome GET /embeddable/biologica/chromosomes/:id(.:format) {:action=>"show", :controller=>"embeddable/biologica/chromosomes"}
embeddable_biologica_pedigrees GET /embeddable/biologica/pedigrees(.:format) {:action=>"index", :controller=>"embeddable/biologica/pedigrees"}
new_embeddable_biologica_pedigree GET /embeddable/biologica/pedigrees/new(.:format) {:action=>"new", :controller=>"embeddable/biologica/pedigrees"}
edit_embeddable_biologica_pedigree GET /embeddable/biologica/pedigrees/:id/edit(.:format) {:action=>"edit", :controller=>"embeddable/biologica/pedigrees"}
embeddable_biologica_pedigree GET /embeddable/biologica/pedigrees/:id(.:format) {:action=>"show", :controller=>"embeddable/biologica/pedigrees"}
embeddable_biologica_static_organisms GET /embeddable/biologica/static_organisms(.:format) {:action=>"index", :controller=>"embeddable/biologica/static_organisms"}
new_embeddable_biologica_static_organism GET /embeddable/biologica/static_organisms/new(.:format) {:action=>"new", :controller=>"embeddable/biologica/static_organisms"}
edit_embeddable_biologica_static_organism GET /embeddable/biologica/static_organisms/:id/edit(.:format) {:action=>"edit", :controller=>"embeddable/biologica/static_organisms"}
embeddable_biologica_static_organism GET /embeddable/biologica/static_organisms/:id(.:format) {:action=>"show", :controller=>"embeddable/biologica/static_organisms"}
embeddable_biologica_organisms GET /embeddable/biologica/organisms(.:format) {:action=>"index", :controller=>"embeddable/biologica/organisms"}
new_embeddable_biologica_organism GET /embeddable/biologica/organisms/new(.:format) {:action=>"new", :controller=>"embeddable/biologica/organisms"}
edit_embeddable_biologica_organism GET /embeddable/biologica/organisms/:id/edit(.:format) {:action=>"edit", :controller=>"embeddable/biologica/organisms"}
embeddable_biologica_organism GET /embeddable/biologica/organisms/:id(.:format) {:action=>"show", :controller=>"embeddable/biologica/organisms"}
embeddable_biologica_worlds GET /embeddable/biologica/worlds(.:format) {:action=>"index", :controller=>"embeddable/biologica/worlds"}
new_embeddable_biologica_world GET /embeddable/biologica/worlds/new(.:format) {:action=>"new", :controller=>"embeddable/biologica/worlds"}
edit_embeddable_biologica_world GET /embeddable/biologica/worlds/:id/edit(.:format) {:action=>"edit", :controller=>"embeddable/biologica/worlds"}
embeddable_biologica_world GET /embeddable/biologica/worlds/:id(.:format) {:action=>"show", :controller=>"embeddable/biologica/worlds"}
embeddable_diy_sections GET /embeddable/diy/sections(.:format) {:action=>"index", :controller=>"embeddable/diy/sections"}
new_embeddable_diy_section GET /embeddable/diy/sections/new(.:format) {:action=>"new", :controller=>"embeddable/diy/sections"}
edit_embeddable_diy_section GET /embeddable/diy/sections/:id/edit(.:format) {:action=>"edit", :controller=>"embeddable/diy/sections"}
embeddable_diy_section GET /embeddable/diy/sections/:id(.:format) {:action=>"show", :controller=>"embeddable/diy/sections"}
embeddable_diy_sensors GET /embeddable/diy/sensors(.:format) {:action=>"index", :controller=>"embeddable/diy/sensors"}
new_embeddable_diy_sensor GET /embeddable/diy/sensors/new(.:format) {:action=>"new", :controller=>"embeddable/diy/sensors"}
edit_embeddable_diy_sensor GET /embeddable/diy/sensors/:id/edit(.:format) {:action=>"edit", :controller=>"embeddable/diy/sensors"}
embeddable_diy_sensor GET /embeddable/diy/sensors/:id(.:format) {:action=>"show", :controller=>"embeddable/diy/sensors"}
embeddable_diy_embedded_models GET /embeddable/diy/embedded_models(.:format) {:action=>"index", :controller=>"embeddable/diy/embedded_models"}
new_embeddable_diy_embedded_model GET /embeddable/diy/embedded_models/new(.:format) {:action=>"new", :controller=>"embeddable/diy/embedded_models"}
edit_embeddable_diy_embedded_model GET /embeddable/diy/embedded_models/:id/edit(.:format) {:action=>"edit", :controller=>"embeddable/diy/embedded_models"}
embeddable_diy_embedded_model GET /embeddable/diy/embedded_models/:id(.:format) {:action=>"show", :controller=>"embeddable/diy/embedded_models"}
embeddable_inner_pages GET /embeddable/inner_pages(.:format) {:action=>"index", :controller=>"embeddable/inner_pages"}
new_embeddable_inner_page GET /embeddable/inner_pages/new(.:format) {:action=>"new", :controller=>"embeddable/inner_pages"}
edit_embeddable_inner_page GET /embeddable/inner_pages/:id/edit(.:format) {:action=>"edit", :controller=>"embeddable/inner_pages"}
embeddable_inner_page GET /embeddable/inner_pages/:id(.:format) {:action=>"show", :controller=>"embeddable/inner_pages"}
embeddable_lab_book_snapshots GET /embeddable/lab_book_snapshots(.:format) {:action=>"index", :controller=>"embeddable/lab_book_snapshots"}
new_embeddable_lab_book_snapshot GET /embeddable/lab_book_snapshots/new(.:format) {:action=>"new", :controller=>"embeddable/lab_book_snapshots"}
edit_embeddable_lab_book_snapshot GET /embeddable/lab_book_snapshots/:id/edit(.:format) {:action=>"edit", :controller=>"embeddable/lab_book_snapshots"}
embeddable_lab_book_snapshot GET /embeddable/lab_book_snapshots/:id(.:format) {:action=>"show", :controller=>"embeddable/lab_book_snapshots"}
embeddable_raw_otmls GET /embeddable/raw_otmls(.:format) {:action=>"index", :controller=>"embeddable/raw_otmls"}
new_embeddable_raw_otml GET /embeddable/raw_otmls/new(.:format) {:action=>"new", :controller=>"embeddable/raw_otmls"}
edit_embeddable_raw_otml GET /embeddable/raw_otmls/:id/edit(.:format) {:action=>"edit", :controller=>"embeddable/raw_otmls"}
embeddable_raw_otml GET /embeddable/raw_otmls/:id(.:format) {:action=>"show", :controller=>"embeddable/raw_otmls"}
embeddable_n_logo_models GET /embeddable/n_logo_models(.:format) {:action=>"index", :controller=>"embeddable/n_logo_models"}
new_embeddable_n_logo_model GET /embeddable/n_logo_models/new(.:format) {:action=>"new", :controller=>"embeddable/n_logo_models"}
edit_embeddable_n_logo_model GET /embeddable/n_logo_models/:id/edit(.:format) {:action=>"edit", :controller=>"embeddable/n_logo_models"}
embeddable_n_logo_model GET /embeddable/n_logo_models/:id(.:format) {:action=>"show", :controller=>"embeddable/n_logo_models"}
embeddable_mw_modeler_pages GET /embeddable/mw_modeler_pages(.:format) {:action=>"index", :controller=>"embeddable/mw_modeler_pages"}
new_embeddable_mw_modeler_page GET /embeddable/mw_modeler_pages/new(.:format) {:action=>"new", :controller=>"embeddable/mw_modeler_pages"}
edit_embeddable_mw_modeler_page GET /embeddable/mw_modeler_pages/:id/edit(.:format) {:action=>"edit", :controller=>"embeddable/mw_modeler_pages"}
embeddable_mw_modeler_page GET /embeddable/mw_modeler_pages/:id(.:format) {:action=>"show", :controller=>"embeddable/mw_modeler_pages"}
embeddable_data_tables GET /embeddable/data_tables(.:format) {:action=>"index", :controller=>"embeddable/data_tables"}
new_embeddable_data_table GET /embeddable/data_tables/new(.:format) {:action=>"new", :controller=>"embeddable/data_tables"}
edit_embeddable_data_table GET /embeddable/data_tables/:id/edit(.:format) {:action=>"edit", :controller=>"embeddable/data_tables"}
print_embeddable_data_table GET /embeddable/data_tables/:id/print(.:format) {:action=>"print", :controller=>"embeddable/data_tables"}
embeddable_data_table GET /embeddable/data_tables/:id(.:format) {:action=>"show", :controller=>"embeddable/data_tables"}
embeddable_multiple_choices GET /embeddable/multiple_choices(.:format) {:action=>"index", :controller=>"embeddable/multiple_choices"}
new_embeddable_multiple_choice GET /embeddable/multiple_choices/new(.:format) {:action=>"new", :controller=>"embeddable/multiple_choices"}
edit_embeddable_multiple_choice GET /embeddable/multiple_choices/:id/edit(.:format) {:action=>"edit", :controller=>"embeddable/multiple_choices"}
print_embeddable_multiple_choice GET /embeddable/multiple_choices/:id/print(.:format) {:action=>"print", :controller=>"embeddable/multiple_choices"}
embeddable_multiple_choice GET /embeddable/multiple_choices/:id(.:format) {:action=>"show", :controller=>"embeddable/multiple_choices"}
embeddable_drawing_tools GET /embeddable/drawing_tools(.:format) {:action=>"index", :controller=>"embeddable/drawing_tools"}
new_embeddable_drawing_tool GET /embeddable/drawing_tools/new(.:format) {:action=>"new", :controller=>"embeddable/drawing_tools"}
edit_embeddable_drawing_tool GET /embeddable/drawing_tools/:id/edit(.:format) {:action=>"edit", :controller=>"embeddable/drawing_tools"}
print_embeddable_drawing_tool GET /embeddable/drawing_tools/:id/print(.:format) {:action=>"print", :controller=>"embeddable/drawing_tools"}
embeddable_drawing_tool GET /embeddable/drawing_tools/:id(.:format) {:action=>"show", :controller=>"embeddable/drawing_tools"}
embeddable_xhtmls GET /embeddable/xhtmls(.:format) {:action=>"index", :controller=>"embeddable/xhtmls"}
new_embeddable_xhtml GET /embeddable/xhtmls/new(.:format) {:action=>"new", :controller=>"embeddable/xhtmls"}
edit_embeddable_xhtml GET /embeddable/xhtmls/:id/edit(.:format) {:action=>"edit", :controller=>"embeddable/xhtmls"}
print_embeddable_xhtml GET /embeddable/xhtmls/:id/print(.:format) {:action=>"print", :controller=>"embeddable/xhtmls"}
embeddable_xhtml GET /embeddable/xhtmls/:id(.:format) {:action=>"show", :controller=>"embeddable/xhtmls"}
embeddable_open_responses GET /embeddable/open_responses(.:format) {:action=>"index", :controller=>"embeddable/open_responses"}
new_embeddable_open_response GET /embeddable/open_responses/new(.:format) {:action=>"new", :controller=>"embeddable/open_responses"}
edit_embeddable_open_response GET /embeddable/open_responses/:id/edit(.:format) {:action=>"edit", :controller=>"embeddable/open_responses"}
print_embeddable_open_response GET /embeddable/open_responses/:id/print(.:format) {:action=>"print", :controller=>"embeddable/open_responses"}
embeddable_open_response GET /embeddable/open_responses/:id(.:format) {:action=>"show", :controller=>"embeddable/open_responses"}
embeddable_data_collectors GET /embeddable/data_collectors(.:format) {:action=>"index", :controller=>"embeddable/data_collectors"}
new_embeddable_data_collector GET /embeddable/data_collectors/new(.:format) {:action=>"new", :controller=>"embeddable/data_collectors"}
edit_embeddable_data_collector GET /embeddable/data_collectors/:id/edit(.:format) {:action=>"edit", :controller=>"embeddable/data_collectors"}
print_embeddable_data_collector GET /embeddable/data_collectors/:id/print(.:format) {:action=>"print", :controller=>"embeddable/data_collectors"}
embeddable_data_collector GET /embeddable/data_collectors/:id(.:format) {:action=>"show", :controller=>"embeddable/data_collectors"}
embeddable_sound_graphers GET /embeddable/sound_graphers(.:format) {:action=>"index", :controller=>"embeddable/sound_graphers"}
new_embeddable_sound_grapher GET /embeddable/sound_graphers/new(.:format) {:action=>"new", :controller=>"embeddable/sound_graphers"}
edit_embeddable_sound_grapher GET /embeddable/sound_graphers/:id/edit(.:format) {:action=>"edit", :controller=>"embeddable/sound_graphers"}
embeddable_sound_grapher GET /embeddable/sound_graphers/:id(.:format) {:action=>"show", :controller=>"embeddable/sound_graphers"}
embeddable_image_questions GET /embeddable/image_questions(.:format) {:action=>"index", :controller=>"embeddable/image_questions"}
new_embeddable_image_question GET /embeddable/image_questions/new(.:format) {:action=>"new", :controller=>"embeddable/image_questions"}
edit_embeddable_image_question GET /embeddable/image_questions/:id/edit(.:format) {:action=>"edit", :controller=>"embeddable/image_questions"}
embeddable_image_question GET /embeddable/image_questions/:id(.:format) {:action=>"show", :controller=>"embeddable/image_questions"}
embeddable_video_players GET /embeddable/video_players(.:format) {:action=>"index", :controller=>"embeddable/video_players"}
new_embeddable_video_player GET /embeddable/video_players/new(.:format) {:action=>"new", :controller=>"embeddable/video_players"}
edit_embeddable_video_player GET /embeddable/video_players/:id/edit(.:format) {:action=>"edit", :controller=>"embeddable/video_players"}
embeddable_video_player GET /embeddable/video_players/:id(.:format) {:action=>"show", :controller=>"embeddable/video_players"}
smartgraph_range_questions GET /smartgraph/range_questions(.:format) {:action=>"index", :controller=>"smartgraph/range_questions"}
new_smartgraph_range_question GET /smartgraph/range_questions/new(.:format) {:action=>"new", :controller=>"smartgraph/range_questions"}
edit_smartgraph_range_question GET /smartgraph/range_questions/:id/edit(.:format) {:action=>"edit", :controller=>"smartgraph/range_questions"}
smartgraph_range_question GET /smartgraph/range_questions/:id(.:format) {:action=>"show", :controller=>"smartgraph/range_questions"}
portal_clazzes GET /portal/classes(.:format) {:action=>"index", :controller=>"portal/clazzes"}
new_portal_clazz GET /portal/classes/new(.:format) {:action=>"new", :controller=>"portal/clazzes"}
add_offering_portal_clazz GET /portal/classes/:id/add_offering(.:format) {:action=>"add_offering", :controller=>"portal/clazzes"}
add_student_portal_clazz GET /portal/classes/:id/add_student(.:format) {:action=>"add_student", :controller=>"portal/clazzes"}
remove_offering_portal_clazz GET /portal/classes/:id/remove_offering(.:format) {:action=>"remove_offering", :controller=>"portal/clazzes"}
edit_offerings_portal_clazz GET /portal/classes/:id/edit_offerings(.:format) {:action=>"edit_offerings", :controller=>"portal/clazzes"}
edit_portal_clazz GET /portal/classes/:id/edit(.:format) {:action=>"edit", :controller=>"portal/clazzes"}
class_list_portal_clazz GET /portal/classes/:id/class_list(.:format) {:action=>"class_list", :controller=>"portal/clazzes"}
preview_portal_clazz GET /portal/classes/:id/preview(.:format) {:action=>"preview", :controller=>"portal/clazzes"}
portal_clazz GET /portal/classes/:id(.:format) {:action=>"show", :controller=>"portal/clazzes"}
portal_clazz_student_clazzes GET /portal/clazzes/:clazz_id/student_clazzes(.:format) {:action=>"index", :controller=>"portal/student_clazzes"}
new_portal_clazz_student_clazz GET /portal/clazzes/:clazz_id/student_clazzes/new(.:format) {:action=>"new", :controller=>"portal/student_clazzes"}
edit_portal_clazz_student_clazz GET /portal/clazzes/:clazz_id/student_clazzes/:id/edit(.:format) {:action=>"edit", :controller=>"portal/student_clazzes"}
portal_clazz_student_clazz GET /portal/clazzes/:clazz_id/student_clazzes/:id(.:format) {:action=>"show", :controller=>"portal/student_clazzes"}
GET /portal/clazzes(.:format) {:action=>"index", :controller=>"portal/clazzes"}
GET /portal/clazzes/new(.:format) {:action=>"new", :controller=>"portal/clazzes"}
GET /portal/clazzes/:id/edit(.:format) {:action=>"edit", :controller=>"portal/clazzes"}
GET /portal/clazzes/:id(.:format) {:action=>"show", :controller=>"portal/clazzes"}
portal_courses GET /portal/courses(.:format) {:action=>"index", :controller=>"portal/courses"}
new_portal_course GET /portal/courses/new(.:format) {:action=>"new", :controller=>"portal/courses"}
edit_portal_course GET /portal/courses/:id/edit(.:format) {:action=>"edit", :controller=>"portal/courses"}
portal_course GET /portal/courses/:id(.:format) {:action=>"show", :controller=>"portal/courses"}
portal_districts GET /portal/districts(.:format) {:action=>"index", :controller=>"portal/districts"}
new_portal_district GET /portal/districts/new(.:format) {:action=>"new", :controller=>"portal/districts"}
edit_portal_district GET /portal/districts/:id/edit(.:format) {:action=>"edit", :controller=>"portal/districts"}
portal_district GET /portal/districts/:id(.:format) {:action=>"show", :controller=>"portal/districts"}
portal_grades GET /portal/grades(.:format) {:action=>"index", :controller=>"portal/grades"}
new_portal_grade GET /portal/grades/new(.:format) {:action=>"new", :controller=>"portal/grades"}
edit_portal_grade GET /portal/grades/:id/edit(.:format) {:action=>"edit", :controller=>"portal/grades"}
portal_grade GET /portal/grades/:id(.:format) {:action=>"show", :controller=>"portal/grades"}
portal_grade_levels GET /portal/grade_levels(.:format) {:action=>"index", :controller=>"portal/grade_levels"}
new_portal_grade_level GET /portal/grade_levels/new(.:format) {:action=>"new", :controller=>"portal/grade_levels"}
edit_portal_grade_level GET /portal/grade_levels/:id/edit(.:format) {:action=>"edit", :controller=>"portal/grade_levels"}
portal_grade_level GET /portal/grade_levels/:id(.:format) {:action=>"show", :controller=>"portal/grade_levels"}
portal_learners GET /portal/learners(.:format) {:action=>"index", :controller=>"portal/learners"}
new_portal_learner GET /portal/learners/new(.:format) {:action=>"new", :controller=>"portal/learners"}
edit_portal_learner GET /portal/learners/:id/edit(.:format) {:action=>"edit", :controller=>"portal/learners"}
multiple_choice_report_portal_learner GET /portal/learners/:id/multiple_choice_report(.:format) {:action=>"multiple_choice_report", :controller=>"portal/learners"}
report_portal_learner GET /portal/learners/:id/report(.:format) {:action=>"report", :controller=>"portal/learners"}
bundle_report_portal_learner GET /portal/learners/:id/bundle_report(.:format) {:action=>"bundle_report", :controller=>"portal/learners"}
open_response_report_portal_learner GET /portal/learners/:id/open_response_report(.:format) {:action=>"open_response_report", :controller=>"portal/learners"}
portal_learner GET /portal/learners/:id(.:format) {:action=>"show", :controller=>"portal/learners"}
data_test_portal_offerings GET /portal/offerings/data_test(.:format) {:action=>"data_test", :controller=>"portal/offerings"}
portal_offerings GET /portal/offerings(.:format) {:action=>"index", :controller=>"portal/offerings"}
new_portal_offering GET /portal/offerings/new(.:format) {:action=>"new", :controller=>"portal/offerings"}
edit_portal_offering GET /portal/offerings/:id/edit(.:format) {:action=>"edit", :controller=>"portal/offerings"}
multiple_choice_report_portal_offering GET /portal/offerings/:id/multiple_choice_report(.:format) {:action=>"multiple_choice_report", :controller=>"portal/offerings"}
report_portal_offering GET /portal/offerings/:id/report(.:format) {:action=>"report", :controller=>"portal/offerings"}
launch_status_portal_offering GET /portal/offerings/:id/launch_status(.:format) {:action=>"launch_status", :controller=>"portal/offerings"}
separated_report_portal_offering GET /portal/offerings/:id/separated_report(.:format) {:action=>"separated_report", :controller=>"portal/offerings"}
learners_portal_offering GET /portal/offerings/:id/learners(.:format) {:action=>"learners", :controller=>"portal/offerings"}
deactivate_portal_offering GET /portal/offerings/:id/deactivate(.:format) {:action=>"deactivate", :controller=>"portal/offerings"}
activate_portal_offering GET /portal/offerings/:id/activate(.:format) {:action=>"activate", :controller=>"portal/offerings"}
open_response_report_portal_offering GET /portal/offerings/:id/open_response_report(.:format) {:action=>"open_response_report", :controller=>"portal/offerings"}
portal_offering GET /portal/offerings/:id(.:format) {:action=>"show", :controller=>"portal/offerings"}
portal_schools GET /portal/schools(.:format) {:action=>"index", :controller=>"portal/schools"}
new_portal_school GET /portal/schools/new(.:format) {:action=>"new", :controller=>"portal/schools"}
edit_portal_school GET /portal/schools/:id/edit(.:format) {:action=>"edit", :controller=>"portal/schools"}
portal_school GET /portal/schools/:id(.:format) {:action=>"show", :controller=>"portal/schools"}
portal_school_memberships GET /portal/school_memberships(.:format) {:action=>"index", :controller=>"portal/school_memberships"}
new_portal_school_membership GET /portal/school_memberships/new(.:format) {:action=>"new", :controller=>"portal/school_memberships"}
edit_portal_school_membership GET /portal/school_memberships/:id/edit(.:format) {:action=>"edit", :controller=>"portal/school_memberships"}
portal_school_membership GET /portal/school_memberships/:id(.:format) {:action=>"show", :controller=>"portal/school_memberships"}
portal_semesters GET /portal/semesters(.:format) {:action=>"index", :controller=>"portal/semesters"}
new_portal_semester GET /portal/semesters/new(.:format) {:action=>"new", :controller=>"portal/semesters"}
edit_portal_semester GET /portal/semesters/:id/edit(.:format) {:action=>"edit", :controller=>"portal/semesters"}
portal_semester GET /portal/semesters/:id(.:format) {:action=>"show", :controller=>"portal/semesters"}
register_portal_students GET /portal/students/register(.:format) {:action=>"register", :controller=>"portal/students"}
signup_portal_students GET /portal/students/signup(.:format) {:action=>"signup", :controller=>"portal/students"}
portal_students GET /portal/students(.:format) {:action=>"index", :controller=>"portal/students"}
new_portal_student GET /portal/students/new(.:format) {:action=>"new", :controller=>"portal/students"}
edit_portal_student GET /portal/students/:id/edit(.:format) {:action=>"edit", :controller=>"portal/students"}
portal_student GET /portal/students/:id(.:format) {:action=>"show", :controller=>"portal/students"}
portal_student_clazzes GET /portal/student_classes(.:format) {:action=>"index", :controller=>"portal/student_clazzes"}
new_portal_student_clazz GET /portal/student_classes/new(.:format) {:action=>"new", :controller=>"portal/student_clazzes"}
edit_portal_student_clazz GET /portal/student_classes/:id/edit(.:format) {:action=>"edit", :controller=>"portal/student_clazzes"}
portal_student_clazz GET /portal/student_classes/:id(.:format) {:action=>"show", :controller=>"portal/student_clazzes"}
portal_subjects GET /portal/subjects(.:format) {:action=>"index", :controller=>"portal/subjects"}
new_portal_subject GET /portal/subjects/new(.:format) {:action=>"new", :controller=>"portal/subjects"}
edit_portal_subject GET /portal/subjects/:id/edit(.:format) {:action=>"edit", :controller=>"portal/subjects"}
portal_subject GET /portal/subjects/:id(.:format) {:action=>"show", :controller=>"portal/subjects"}
portal_teachers GET /portal/teachers(.:format) {:action=>"index", :controller=>"portal/teachers"}
new_portal_teacher GET /portal/teachers/new(.:format) {:action=>"new", :controller=>"portal/teachers"}
edit_portal_teacher GET /portal/teachers/:id/edit(.:format) {:action=>"edit", :controller=>"portal/teachers"}
portal_teacher GET /portal/teachers/:id(.:format) {:action=>"show", :controller=>"portal/teachers"}
portal_external_user_domains GET /portal/external_user_domains(.:format) {:action=>"index", :controller=>"portal/external_user_domains"}
new_portal_external_user_domain GET /portal/external_user_domains/new(.:format) {:action=>"new", :controller=>"portal/external_user_domains"}
edit_portal_external_user_domain GET /portal/external_user_domains/:id/edit(.:format) {:action=>"edit", :controller=>"portal/external_user_domains"}
portal_external_user_domain GET /portal/external_user_domains/:id(.:format) {:action=>"show", :controller=>"portal/external_user_domains"}
portal_external_users GET /portal/external_users(.:format) {:action=>"index", :controller=>"portal/external_users"}
new_portal_external_user GET /portal/external_users/new(.:format) {:action=>"new", :controller=>"portal/external_users"}
edit_portal_external_user GET /portal/external_users/:id/edit(.:format) {:action=>"edit", :controller=>"portal/external_users"}
portal_external_user GET /portal/external_users/:id(.:format) {:action=>"show", :controller=>"portal/external_users"}
portal_nces06_districts GET /portal/nces06_districts(.:format) {:action=>"index", :controller=>"portal/nces06_districts"}
new_portal_nces06_district GET /portal/nces06_districts/new(.:format) {:action=>"new", :controller=>"portal/nces06_districts"}
edit_portal_nces06_district GET /portal/nces06_districts/:id/edit(.:format) {:action=>"edit", :controller=>"portal/nces06_districts"}
portal_nces06_district GET /portal/nces06_districts/:id(.:format) {:action=>"show", :controller=>"portal/nces06_districts"}
portal_nces06_schools GET /portal/nces06_schools(.:format) {:action=>"index", :controller=>"portal/nces06_schools"}
new_portal_nces06_school GET /portal/nces06_schools/new(.:format) {:action=>"new", :controller=>"portal/nces06_schools"}
edit_portal_nces06_school GET /portal/nces06_schools/:id/edit(.:format) {:action=>"edit", :controller=>"portal/nces06_schools"}
description_portal_nces06_school GET /portal/nces06_schools/:id/description(.:format) {:action=>"description", :controller=>"portal/nces06_schools"}
portal_nces06_school GET /portal/nces06_schools/:id(.:format) {:action=>"show", :controller=>"portal/nces06_schools"}
edit_user_security_questions GET /users/:user_id/security_questions/edit(.:format) {:action=>"edit", :controller=>"security_questions"}
users GET /users(.:format) {:action=>"index", :controller=>"users"}
new_user GET /users/new(.:format) {:action=>"new", :controller=>"users"}
switch_user GET /users/:id/switch(.:format) {:action=>"switch", :controller=>"users"}
preferences_user GET /users/:id/preferences(.:format) {:action=>"preferences", :controller=>"users"}
edit_user GET /users/:id/edit(.:format) {:action=>"edit", :controller=>"users"}
interface_user GET /users/:id/interface(.:format) {:action=>"interface", :controller=>"users"}
reset_password_user GET /users/:id/reset_password(.:format) {:action=>"reset_password", :controller=>"users"}
user GET /users/:id(.:format) {:action=>"show", :controller=>"users"}
passwords GET /passwords(.:format) {:action=>"index", :controller=>"passwords"}
new_password GET /passwords/new(.:format) {:action=>"new", :controller=>"passwords"}
edit_password GET /passwords/:id/edit(.:format) {:action=>"edit", :controller=>"passwords"}
password GET /passwords/:id(.:format) {:action=>"show", :controller=>"passwords"}
new_session GET /session/new(.:format) {:action=>"new", :controller=>"sessions"}
edit_session GET /session/edit(.:format) {:action=>"edit", :controller=>"sessions"}
session GET /session(.:format) {:action=>"show", :controller=>"sessions"}
external_user_domain_external_users GET /external_user_domains/:external_user_domain_id/external_users(.:format) {:action=>"index", :controller=>"external_users"}
new_external_user_domain_external_user GET /external_user_domains/:external_user_domain_id/external_users/new(.:format) {:action=>"new", :controller=>"external_users"}
edit_external_user_domain_external_user GET /external_user_domains/:external_user_domain_id/external_users/:id/edit(.:format) {:action=>"edit", :controller=>"external_users"}
external_user_domain_external_user GET /external_user_domains/:external_user_domain_id/external_users/:id(.:format) {:action=>"show", :controller=>"external_users"}
external_user_domain_external_sessions GET /external_user_domains/:external_user_domain_id/external_sessions(.:format) {:action=>"index", :controller=>"external_sessions"}
new_external_user_domain_external_session GET /external_user_domains/:external_user_domain_id/external_sessions/new(.:format) {:action=>"new", :controller=>"external_sessions"}
edit_external_user_domain_external_session GET /external_user_domains/:external_user_domain_id/external_sessions/:id/edit(.:format) {:action=>"edit", :controller=>"external_sessions"}
external_user_domain_external_session GET /external_user_domains/:external_user_domain_id/external_sessions/:id(.:format) {:action=>"show", :controller=>"external_sessions"}
external_user_domains GET /external_user_domains(.:format) {:action=>"index", :controller=>"external_user_domains"}
new_external_user_domain GET /external_user_domains/new(.:format) {:action=>"new", :controller=>"external_user_domains"}
edit_external_user_domain GET /external_user_domains/:id/edit(.:format) {:action=>"edit", :controller=>"external_user_domains"}
external_user_domain GET /external_user_domains/:id(.:format) {:action=>"show", :controller=>"external_user_domains"}
dataservice_blobs GET /dataservice/blobs(.:format) {:action=>"index", :controller=>"dataservice/blobs"}
new_dataservice_blob GET /dataservice/blobs/new(.:format) {:action=>"new", :controller=>"dataservice/blobs"}
edit_dataservice_blob GET /dataservice/blobs/:id/edit(.:format) {:action=>"edit", :controller=>"dataservice/blobs"}
dataservice_blob GET /dataservice/blobs/:id(.:format) {:action=>"show", :controller=>"dataservice/blobs"}
dataservice_bundle_contents GET /dataservice/bundle_contents(.:format) {:action=>"index", :controller=>"dataservice/bundle_contents"}
new_dataservice_bundle_content GET /dataservice/bundle_contents/new(.:format) {:action=>"new", :controller=>"dataservice/bundle_contents"}
edit_dataservice_bundle_content GET /dataservice/bundle_contents/:id/edit(.:format) {:action=>"edit", :controller=>"dataservice/bundle_contents"}
dataservice_bundle_content GET /dataservice/bundle_contents/:id(.:format) {:action=>"show", :controller=>"dataservice/bundle_contents"}
dataservice_bundle_logger_bundle_contents GET /dataservice/bundle_loggers/:bundle_logger_id/bundle_contents(.:format) {:action=>"index", :controller=>"dataservice/bundle_contents"}
new_dataservice_bundle_logger_bundle_content GET /dataservice/bundle_loggers/:bundle_logger_id/bundle_contents/new(.:format) {:action=>"new", :controller=>"dataservice/bundle_contents"}
edit_dataservice_bundle_logger_bundle_content GET /dataservice/bundle_loggers/:bundle_logger_id/bundle_contents/:id/edit(.:format) {:action=>"edit", :controller=>"dataservice/bundle_contents"}
dataservice_bundle_logger_bundle_content GET /dataservice/bundle_loggers/:bundle_logger_id/bundle_contents/:id(.:format) {:action=>"show", :controller=>"dataservice/bundle_contents"}
dataservice_bundle_loggers GET /dataservice/bundle_loggers(.:format) {:action=>"index", :controller=>"dataservice/bundle_loggers"}
new_dataservice_bundle_logger GET /dataservice/bundle_loggers/new(.:format) {:action=>"new", :controller=>"dataservice/bundle_loggers"}
edit_dataservice_bundle_logger GET /dataservice/bundle_loggers/:id/edit(.:format) {:action=>"edit", :controller=>"dataservice/bundle_loggers"}
dataservice_bundle_logger GET /dataservice/bundle_loggers/:id(.:format) {:action=>"show", :controller=>"dataservice/bundle_loggers"}
dataservice_console_contents GET /dataservice/console_contents(.:format) {:action=>"index", :controller=>"dataservice/console_contents"}
new_dataservice_console_content GET /dataservice/console_contents/new(.:format) {:action=>"new", :controller=>"dataservice/console_contents"}
edit_dataservice_console_content GET /dataservice/console_contents/:id/edit(.:format) {:action=>"edit", :controller=>"dataservice/console_contents"}
dataservice_console_content GET /dataservice/console_contents/:id(.:format) {:action=>"show", :controller=>"dataservice/console_contents"}
dataservice_console_logger_console_contents GET /dataservice/console_loggers/:console_logger_id/console_contents(.:format) {:action=>"index", :controller=>"dataservice/console_contents"}
new_dataservice_console_logger_console_content GET /dataservice/console_loggers/:console_logger_id/console_contents/new(.:format) {:action=>"new", :controller=>"dataservice/console_contents"}
edit_dataservice_console_logger_console_content GET /dataservice/console_loggers/:console_logger_id/console_contents/:id/edit(.:format) {:action=>"edit", :controller=>"dataservice/console_contents"}
dataservice_console_logger_console_content GET /dataservice/console_loggers/:console_logger_id/console_contents/:id(.:format) {:action=>"show", :controller=>"dataservice/console_contents"}
dataservice_console_loggers GET /dataservice/console_loggers(.:format) {:action=>"index", :controller=>"dataservice/console_loggers"}
new_dataservice_console_logger GET /dataservice/console_loggers/new(.:format) {:action=>"new", :controller=>"dataservice/console_loggers"}
edit_dataservice_console_logger GET /dataservice/console_loggers/:id/edit(.:format) {:action=>"edit", :controller=>"dataservice/console_loggers"}
dataservice_console_logger GET /dataservice/console_loggers/:id(.:format) {:action=>"show", :controller=>"dataservice/console_loggers"}
dataservice_periodic_bundle_logger GET /dataservice/periodic_bundle_loggers/:id(.:format) {:action=>"show", :controller=>"dataservice/periodic_bundle_loggers"}
admin_projects GET /admin/projects(.:format) {:action=>"index", :controller=>"admin/projects"}
new_admin_project GET /admin/projects/new(.:format) {:action=>"new", :controller=>"admin/projects"}
edit_admin_project GET /admin/projects/:id/edit(.:format) {:action=>"edit", :controller=>"admin/projects"}
admin_project GET /admin/projects/:id(.:format) {:action=>"show", :controller=>"admin/projects"}
admin_tags GET /admin/tags(.:format) {:action=>"index", :controller=>"admin/tags"}
new_admin_tag GET /admin/tags/new(.:format) {:action=>"new", :controller=>"admin/tags"}
edit_admin_tag GET /admin/tags/:id/edit(.:format) {:action=>"edit", :controller=>"admin/tags"}
admin_tag GET /admin/tags/:id(.:format) {:action=>"show", :controller=>"admin/tags"}
maven_jnlp_native_libraries GET /maven_jnlp/native_libraries(.:format) {:action=>"index", :controller=>"maven_jnlp/native_libraries"}
new_maven_jnlp_native_library GET /maven_jnlp/native_libraries/new(.:format) {:action=>"new", :controller=>"maven_jnlp/native_libraries"}
edit_maven_jnlp_native_library GET /maven_jnlp/native_libraries/:id/edit(.:format) {:action=>"edit", :controller=>"maven_jnlp/native_libraries"}
maven_jnlp_native_library GET /maven_jnlp/native_libraries/:id(.:format) {:action=>"show", :controller=>"maven_jnlp/native_libraries"}
maven_jnlp_jars GET /maven_jnlp/jars(.:format) {:action=>"index", :controller=>"maven_jnlp/jars"}
new_maven_jnlp_jar GET /maven_jnlp/jars/new(.:format) {:action=>"new", :controller=>"maven_jnlp/jars"}
edit_maven_jnlp_jar GET /maven_jnlp/jars/:id/edit(.:format) {:action=>"edit", :controller=>"maven_jnlp/jars"}
maven_jnlp_jar GET /maven_jnlp/jars/:id(.:format) {:action=>"show", :controller=>"maven_jnlp/jars"}
maven_jnlp_properties GET /maven_jnlp/properties(.:format) {:action=>"index", :controller=>"maven_jnlp/properties"}
new_maven_jnlp_property GET /maven_jnlp/properties/new(.:format) {:action=>"new", :controller=>"maven_jnlp/properties"}
edit_maven_jnlp_property GET /maven_jnlp/properties/:id/edit(.:format) {:action=>"edit", :controller=>"maven_jnlp/properties"}
maven_jnlp_property GET /maven_jnlp/properties/:id(.:format) {:action=>"show", :controller=>"maven_jnlp/properties"}
maven_jnlp_versioned_jnlps GET /maven_jnlp/versioned_jnlps(.:format) {:action=>"index", :controller=>"maven_jnlp/versioned_jnlps"}
new_maven_jnlp_versioned_jnlp GET /maven_jnlp/versioned_jnlps/new(.:format) {:action=>"new", :controller=>"maven_jnlp/versioned_jnlps"}
edit_maven_jnlp_versioned_jnlp GET /maven_jnlp/versioned_jnlps/:id/edit(.:format) {:action=>"edit", :controller=>"maven_jnlp/versioned_jnlps"}
maven_jnlp_versioned_jnlp GET /maven_jnlp/versioned_jnlps/:id(.:format) {:action=>"show", :controller=>"maven_jnlp/versioned_jnlps"}
maven_jnlp_versioned_jnlp_urls GET /maven_jnlp/versioned_jnlp_urls(.:format) {:action=>"index", :controller=>"maven_jnlp/versioned_jnlp_urls"}
new_maven_jnlp_versioned_jnlp_url GET /maven_jnlp/versioned_jnlp_urls/new(.:format) {:action=>"new", :controller=>"maven_jnlp/versioned_jnlp_urls"}
edit_maven_jnlp_versioned_jnlp_url GET /maven_jnlp/versioned_jnlp_urls/:id/edit(.:format) {:action=>"edit", :controller=>"maven_jnlp/versioned_jnlp_urls"}
maven_jnlp_versioned_jnlp_url GET /maven_jnlp/versioned_jnlp_urls/:id(.:format) {:action=>"show", :controller=>"maven_jnlp/versioned_jnlp_urls"}
maven_jnlp_icons GET /maven_jnlp/icons(.:format) {:action=>"index", :controller=>"maven_jnlp/icons"}
new_maven_jnlp_icon GET /maven_jnlp/icons/new(.:format) {:action=>"new", :controller=>"maven_jnlp/icons"}
edit_maven_jnlp_icon GET /maven_jnlp/icons/:id/edit(.:format) {:action=>"edit", :controller=>"maven_jnlp/icons"}
maven_jnlp_icon GET /maven_jnlp/icons/:id(.:format) {:action=>"show", :controller=>"maven_jnlp/icons"}
maven_jnlp_maven_jnlp_families GET /maven_jnlp/maven_jnlp_families(.:format) {:action=>"index", :controller=>"maven_jnlp/maven_jnlp_families"}
new_maven_jnlp_maven_jnlp_family GET /maven_jnlp/maven_jnlp_families/new(.:format) {:action=>"new", :controller=>"maven_jnlp/maven_jnlp_families"}
edit_maven_jnlp_maven_jnlp_family GET /maven_jnlp/maven_jnlp_families/:id/edit(.:format) {:action=>"edit", :controller=>"maven_jnlp/maven_jnlp_families"}
maven_jnlp_maven_jnlp_family GET /maven_jnlp/maven_jnlp_families/:id(.:format) {:action=>"show", :controller=>"maven_jnlp/maven_jnlp_families"}
maven_jnlp_maven_jnlp_servers GET /maven_jnlp/maven_jnlp_servers(.:format) {:action=>"index", :controller=>"maven_jnlp/maven_jnlp_servers"}
new_maven_jnlp_maven_jnlp_server GET /maven_jnlp/maven_jnlp_servers/new(.:format) {:action=>"new", :controller=>"maven_jnlp/maven_jnlp_servers"}
edit_maven_jnlp_maven_jnlp_server GET /maven_jnlp/maven_jnlp_servers/:id/edit(.:format) {:action=>"edit", :controller=>"maven_jnlp/maven_jnlp_servers"}
maven_jnlp_maven_jnlp_server GET /maven_jnlp/maven_jnlp_servers/:id(.:format) {:action=>"show", :controller=>"maven_jnlp/maven_jnlp_servers"}
otrunk_example_otrunk_imports GET /otrunk_example/otrunk_imports(.:format) {:action=>"index", :controller=>"otrunk_example/otrunk_imports"}
new_otrunk_example_otrunk_import GET /otrunk_example/otrunk_imports/new(.:format) {:action=>"new", :controller=>"otrunk_example/otrunk_imports"}
edit_otrunk_example_otrunk_import GET /otrunk_example/otrunk_imports/:id/edit(.:format) {:action=>"edit", :controller=>"otrunk_example/otrunk_imports"}
otrunk_example_otrunk_import GET /otrunk_example/otrunk_imports/:id(.:format) {:action=>"show", :controller=>"otrunk_example/otrunk_imports"}
otrunk_example_otml_categories GET /otrunk_example/otml_categories(.:format) {:action=>"index", :controller=>"otrunk_example/otml_categories"}
new_otrunk_example_otml_category GET /otrunk_example/otml_categories/new(.:format) {:action=>"new", :controller=>"otrunk_example/otml_categories"}
edit_otrunk_example_otml_category GET /otrunk_example/otml_categories/:id/edit(.:format) {:action=>"edit", :controller=>"otrunk_example/otml_categories"}
otrunk_example_otml_category GET /otrunk_example/otml_categories/:id(.:format) {:action=>"show", :controller=>"otrunk_example/otml_categories"}
otrunk_example_otml_files GET /otrunk_example/otml_files(.:format) {:action=>"index", :controller=>"otrunk_example/otml_files"}
new_otrunk_example_otml_file GET /otrunk_example/otml_files/new(.:format) {:action=>"new", :controller=>"otrunk_example/otml_files"}
edit_otrunk_example_otml_file GET /otrunk_example/otml_files/:id/edit(.:format) {:action=>"edit", :controller=>"otrunk_example/otml_files"}
otrunk_example_otml_file GET /otrunk_example/otml_files/:id(.:format) {:action=>"show", :controller=>"otrunk_example/otml_files"}
otrunk_example_otrunk_view_entries GET /otrunk_example/otrunk_view_entries(.:format) {:action=>"index", :controller=>"otrunk_example/otrunk_view_entries"}
new_otrunk_example_otrunk_view_entry GET /otrunk_example/otrunk_view_entries/new(.:format) {:action=>"new", :controller=>"otrunk_example/otrunk_view_entries"}
edit_otrunk_example_otrunk_view_entry GET /otrunk_example/otrunk_view_entries/:id/edit(.:format) {:action=>"edit", :controller=>"otrunk_example/otrunk_view_entries"}
otrunk_example_otrunk_view_entry GET /otrunk_example/otrunk_view_entries/:id(.:format) {:action=>"show", :controller=>"otrunk_example/otrunk_view_entries"}
teacher_notes GET /teacher_notes(.:format) {:action=>"index", :controller=>"teacher_notes"}
new_teacher_note GET /teacher_notes/new(.:format) {:action=>"new", :controller=>"teacher_notes"}
edit_teacher_note GET /teacher_notes/:id/edit(.:format) {:action=>"edit", :controller=>"teacher_notes"}
teacher_note GET /teacher_notes/:id(.:format) {:action=>"show", :controller=>"teacher_notes"}
author_notes GET /author_notes(.:format) {:action=>"index", :controller=>"author_notes"}
new_author_note GET /author_notes/new(.:format) {:action=>"new", :controller=>"author_notes"}
edit_author_note GET /author_notes/:id/edit(.:format) {:action=>"edit", :controller=>"author_notes"}
author_note GET /author_notes/:id(.:format) {:action=>"show", :controller=>"author_notes"}
lab_book_snapshots GET /lab_book_snapshots(.:format) {:action=>"index", :controller=>"lab_book_snapshots"}
new_lab_book_snapshot GET /lab_book_snapshots/new(.:format) {:action=>"new", :controller=>"lab_book_snapshots"}
edit_lab_book_snapshot GET /lab_book_snapshots/:id/edit(.:format) {:action=>"edit", :controller=>"lab_book_snapshots"}
lab_book_snapshot GET /lab_book_snapshots/:id(.:format) {:action=>"show", :controller=>"lab_book_snapshots"}
inner_pages GET /inner_pages(.:format) {:action=>"index", :controller=>"inner_pages"}
new_inner_page GET /inner_pages/new(.:format) {:action=>"new", :controller=>"inner_pages"}
edit_inner_page GET /inner_pages/:id/edit(.:format) {:action=>"edit", :controller=>"inner_pages"}
inner_page GET /inner_pages/:id(.:format) {:action=>"show", :controller=>"inner_pages"}
biologica_chromosome_zooms GET /biologica_chromosome_zooms(.:format) {:action=>"index", :controller=>"biologica_chromosome_zooms"}
new_biologica_chromosome_zoom GET /biologica_chromosome_zooms/new(.:format) {:action=>"new", :controller=>"biologica_chromosome_zooms"}
edit_biologica_chromosome_zoom GET /biologica_chromosome_zooms/:id/edit(.:format) {:action=>"edit", :controller=>"biologica_chromosome_zooms"}
biologica_chromosome_zoom GET /biologica_chromosome_zooms/:id(.:format) {:action=>"show", :controller=>"biologica_chromosome_zooms"}
biologica_multiple_organisms GET /biologica_multiple_organisms(.:format) {:action=>"index", :controller=>"biologica_multiple_organisms"}
new_biologica_multiple_organism GET /biologica_multiple_organisms/new(.:format) {:action=>"new", :controller=>"biologica_multiple_organisms"}
edit_biologica_multiple_organism GET /biologica_multiple_organisms/:id/edit(.:format) {:action=>"edit", :controller=>"biologica_multiple_organisms"}
biologica_multiple_organism GET /biologica_multiple_organisms/:id(.:format) {:action=>"show", :controller=>"biologica_multiple_organisms"}
biologica_breed_offsprings GET /biologica_breed_offsprings(.:format) {:action=>"index", :controller=>"biologica_breed_offsprings"}
new_biologica_breed_offspring GET /biologica_breed_offsprings/new(.:format) {:action=>"new", :controller=>"biologica_breed_offsprings"}
edit_biologica_breed_offspring GET /biologica_breed_offsprings/:id/edit(.:format) {:action=>"edit", :controller=>"biologica_breed_offsprings"}
biologica_breed_offspring GET /biologica_breed_offsprings/:id(.:format) {:action=>"show", :controller=>"biologica_breed_offsprings"}
biologica_meiosis_views GET /biologica_meiosis_views(.:format) {:action=>"index", :controller=>"biologica_meiosis_views"}
new_biologica_meiosis_view GET /biologica_meiosis_views/new(.:format) {:action=>"new", :controller=>"biologica_meiosis_views"}
edit_biologica_meiosis_view GET /biologica_meiosis_views/:id/edit(.:format) {:action=>"edit", :controller=>"biologica_meiosis_views"}
biologica_meiosis_view GET /biologica_meiosis_views/:id(.:format) {:action=>"show", :controller=>"biologica_meiosis_views"}
biologica_chromosomes GET /biologica_chromosomes(.:format) {:action=>"index", :controller=>"biologica_chromosomes"}
new_biologica_chromosome GET /biologica_chromosomes/new(.:format) {:action=>"new", :controller=>"biologica_chromosomes"}
edit_biologica_chromosome GET /biologica_chromosomes/:id/edit(.:format) {:action=>"edit", :controller=>"biologica_chromosomes"}
biologica_chromosome GET /biologica_chromosomes/:id(.:format) {:action=>"show", :controller=>"biologica_chromosomes"}
biologica_pedigrees GET /biologica_pedigrees(.:format) {:action=>"index", :controller=>"biologica_pedigrees"}
new_biologica_pedigree GET /biologica_pedigrees/new(.:format) {:action=>"new", :controller=>"biologica_pedigrees"}
edit_biologica_pedigree GET /biologica_pedigrees/:id/edit(.:format) {:action=>"edit", :controller=>"biologica_pedigrees"}
biologica_pedigree GET /biologica_pedigrees/:id(.:format) {:action=>"show", :controller=>"biologica_pedigrees"}
biologica_static_organisms GET /biologica_static_organisms(.:format) {:action=>"index", :controller=>"biologica_static_organisms"}
new_biologica_static_organism GET /biologica_static_organisms/new(.:format) {:action=>"new", :controller=>"biologica_static_organisms"}
edit_biologica_static_organism GET /biologica_static_organisms/:id/edit(.:format) {:action=>"edit", :controller=>"biologica_static_organisms"}
biologica_static_organism GET /biologica_static_organisms/:id(.:format) {:action=>"show", :controller=>"biologica_static_organisms"}
biologica_organisms GET /biologica_organisms(.:format) {:action=>"index", :controller=>"biologica_organisms"}
new_biologica_organism GET /biologica_organisms/new(.:format) {:action=>"new", :controller=>"biologica_organisms"}
edit_biologica_organism GET /biologica_organisms/:id/edit(.:format) {:action=>"edit", :controller=>"biologica_organisms"}
biologica_organism GET /biologica_organisms/:id(.:format) {:action=>"show", :controller=>"biologica_organisms"}
biologica_worlds GET /biologica_worlds(.:format) {:action=>"index", :controller=>"biologica_worlds"}
new_biologica_world GET /biologica_worlds/new(.:format) {:action=>"new", :controller=>"biologica_worlds"}
edit_biologica_world GET /biologica_worlds/:id/edit(.:format) {:action=>"edit", :controller=>"biologica_worlds"}
biologica_world GET /biologica_worlds/:id(.:format) {:action=>"show", :controller=>"biologica_worlds"}
raw_otmls GET /raw_otmls(.:format) {:action=>"index", :controller=>"raw_otmls"}
new_raw_otml GET /raw_otmls/new(.:format) {:action=>"new", :controller=>"raw_otmls"}
edit_raw_otml GET /raw_otmls/:id/edit(.:format) {:action=>"edit", :controller=>"raw_otmls"}
raw_otml GET /raw_otmls/:id(.:format) {:action=>"show", :controller=>"raw_otmls"}
n_logo_models GET /n_logo_models(.:format) {:action=>"index", :controller=>"n_logo_models"}
new_n_logo_model GET /n_logo_models/new(.:format) {:action=>"new", :controller=>"n_logo_models"}
edit_n_logo_model GET /n_logo_models/:id/edit(.:format) {:action=>"edit", :controller=>"n_logo_models"}
n_logo_model GET /n_logo_models/:id(.:format) {:action=>"show", :controller=>"n_logo_models"}
mw_modeler_pages GET /mw_modeler_pages(.:format) {:action=>"index", :controller=>"mw_modeler_pages"}
new_mw_modeler_page GET /mw_modeler_pages/new(.:format) {:action=>"new", :controller=>"mw_modeler_pages"}
edit_mw_modeler_page GET /mw_modeler_pages/:id/edit(.:format) {:action=>"edit", :controller=>"mw_modeler_pages"}
mw_modeler_page GET /mw_modeler_pages/:id(.:format) {:action=>"show", :controller=>"mw_modeler_pages"}
data_tables GET /data_tables(.:format) {:action=>"index", :controller=>"data_tables"}
new_data_table GET /data_tables/new(.:format) {:action=>"new", :controller=>"data_tables"}
edit_data_table GET /data_tables/:id/edit(.:format) {:action=>"edit", :controller=>"data_tables"}
print_data_table GET /data_tables/:id/print(.:format) {:action=>"print", :controller=>"data_tables"}
data_table GET /data_tables/:id(.:format) {:action=>"show", :controller=>"data_tables"}
multiple_choices GET /multiple_choices(.:format) {:action=>"index", :controller=>"multiple_choices"}
new_multiple_choice GET /multiple_choices/new(.:format) {:action=>"new", :controller=>"multiple_choices"}
edit_multiple_choice GET /multiple_choices/:id/edit(.:format) {:action=>"edit", :controller=>"multiple_choices"}
print_multiple_choice GET /multiple_choices/:id/print(.:format) {:action=>"print", :controller=>"multiple_choices"}
multiple_choice GET /multiple_choices/:id(.:format) {:action=>"show", :controller=>"multiple_choices"}
drawing_tools GET /drawing_tools(.:format) {:action=>"index", :controller=>"drawing_tools"}
new_drawing_tool GET /drawing_tools/new(.:format) {:action=>"new", :controller=>"drawing_tools"}
edit_drawing_tool GET /drawing_tools/:id/edit(.:format) {:action=>"edit", :controller=>"drawing_tools"}
print_drawing_tool GET /drawing_tools/:id/print(.:format) {:action=>"print", :controller=>"drawing_tools"}
drawing_tool GET /drawing_tools/:id(.:format) {:action=>"show", :controller=>"drawing_tools"}
xhtmls GET /xhtmls(.:format) {:action=>"index", :controller=>"xhtmls"}
new_xhtml GET /xhtmls/new(.:format) {:action=>"new", :controller=>"xhtmls"}
edit_xhtml GET /xhtmls/:id/edit(.:format) {:action=>"edit", :controller=>"xhtmls"}
print_xhtml GET /xhtmls/:id/print(.:format) {:action=>"print", :controller=>"xhtmls"}
xhtml GET /xhtmls/:id(.:format) {:action=>"show", :controller=>"xhtmls"}
open_responses GET /open_responses(.:format) {:action=>"index", :controller=>"open_responses"}
new_open_response GET /open_responses/new(.:format) {:action=>"new", :controller=>"open_responses"}
edit_open_response GET /open_responses/:id/edit(.:format) {:action=>"edit", :controller=>"open_responses"}
print_open_response GET /open_responses/:id/print(.:format) {:action=>"print", :controller=>"open_responses"}
open_response GET /open_responses/:id(.:format) {:action=>"show", :controller=>"open_responses"}
data_collectors GET /data_collectors(.:format) {:action=>"index", :controller=>"data_collectors"}
new_data_collector GET /data_collectors/new(.:format) {:action=>"new", :controller=>"data_collectors"}
edit_data_collector GET /data_collectors/:id/edit(.:format) {:action=>"edit", :controller=>"data_collectors"}
print_data_collector GET /data_collectors/:id/print(.:format) {:action=>"print", :controller=>"data_collectors"}
data_collector GET /data_collectors/:id(.:format) {:action=>"show", :controller=>"data_collectors"}
printable_index_sections GET /sections/printable_index(.:format) {:action=>"printable_index", :controller=>"sections"}
sections GET /sections(.:format) {:action=>"index", :controller=>"sections"}
new_section GET /sections/new(.:format) {:action=>"new", :controller=>"sections"}
GET /sections/:id/add_page(.:format) {:action=>"add_page", :controller=>"sections"}
edit_section GET /sections/:id/edit(.:format) {:action=>"edit", :controller=>"sections"}
duplicate_section GET /sections/:id/duplicate(.:format) {:action=>"duplicate", :controller=>"sections"}
print_section GET /sections/:id/print(.:format) {:action=>"print", :controller=>"sections"}
details_report_section GET /sections/:id/details_report(.:format) {:action=>"details_report", :controller=>"sections"}
usage_report_section GET /sections/:id/usage_report(.:format) {:action=>"usage_report", :controller=>"sections"}
section GET /sections/:id(.:format) {:action=>"show", :controller=>"sections"}
pages GET /pages(.:format) {:action=>"index", :controller=>"pages"}
new_page GET /pages/new(.:format) {:action=>"new", :controller=>"pages"}
edit_page GET /pages/:id/edit(.:format) {:action=>"edit", :controller=>"pages"}
duplicate_page GET /pages/:id/duplicate(.:format) {:action=>"duplicate", :controller=>"pages"}
preview_page GET /pages/:id/preview(.:format) {:action=>"preview", :controller=>"pages"}
print_page GET /pages/:id/print(.:format) {:action=>"print", :controller=>"pages"}
template_edit_page GET /pages/:id/template_edit(.:format) {:action=>"template_edit", :controller=>"pages"}
page GET /pages/:id(.:format) {:action=>"show", :controller=>"pages"}
page_xhtmls GET /pages/:page_id/xhtmls(.:format) {:action=>"index", :controller=>"xhtmls"}
new_page_xhtml GET /pages/:page_id/xhtmls/new(.:format) {:action=>"new", :controller=>"xhtmls"}
edit_page_xhtml GET /pages/:page_id/xhtmls/:id/edit(.:format) {:action=>"edit", :controller=>"xhtmls"}
page_xhtml GET /pages/:page_id/xhtmls/:id(.:format) {:action=>"show", :controller=>"xhtmls"}
page_open_responses GET /pages/:page_id/open_responses(.:format) {:action=>"index", :controller=>"open_responses"}
new_page_open_response GET /pages/:page_id/open_responses/new(.:format) {:action=>"new", :controller=>"open_responses"}
edit_page_open_response GET /pages/:page_id/open_responses/:id/edit(.:format) {:action=>"edit", :controller=>"open_responses"}
page_open_response GET /pages/:page_id/open_responses/:id(.:format) {:action=>"show", :controller=>"open_responses"}
page_data_collectors GET /pages/:page_id/data_collectors(.:format) {:action=>"index", :controller=>"data_collectors"}
new_page_data_collector GET /pages/:page_id/data_collectors/new(.:format) {:action=>"new", :controller=>"data_collectors"}
edit_page_data_collector GET /pages/:page_id/data_collectors/:id/edit(.:format) {:action=>"edit", :controller=>"data_collectors"}
page_data_collector GET /pages/:page_id/data_collectors/:id(.:format) {:action=>"show", :controller=>"data_collectors"}
GET /pages(.:format) {:action=>"index", :controller=>"pages"}
GET /pages/new(.:format) {:action=>"new", :controller=>"pages"}
GET /pages/:id/edit(.:format) {:action=>"edit", :controller=>"pages"}
GET /pages/:id(.:format) {:action=>"show", :controller=>"pages"}
page_elements GET /page_elements(.:format) {:action=>"index", :controller=>"page_elements"}
new_page_element GET /page_elements/new(.:format) {:action=>"new", :controller=>"page_elements"}
edit_page_element GET /page_elements/:id/edit(.:format) {:action=>"edit", :controller=>"page_elements"}
page_element GET /page_elements/:id(.:format) {:action=>"show", :controller=>"page_elements"}
printable_index_investigations GET /investigations/printable_index(.:format) {:action=>"printable_index", :controller=>"investigations"}
investigations GET /investigations(.:format) {:action=>"index", :controller=>"investigations"}
new_investigation GET /investigations/new(.:format) {:action=>"new", :controller=>"investigations"}
edit_investigation GET /investigations/:id/edit(.:format) {:action=>"edit", :controller=>"investigations"}
duplicate_investigation GET /investigations/:id/duplicate(.:format) {:action=>"duplicate", :controller=>"investigations"}
print_investigation GET /investigations/:id/print(.:format) {:action=>"print", :controller=>"investigations"}
export_investigation GET /investigations/:id/export(.:format) {:action=>"export", :controller=>"investigations"}
details_report_investigation GET /investigations/:id/details_report(.:format) {:action=>"details_report", :controller=>"investigations"}
usage_report_investigation GET /investigations/:id/usage_report(.:format) {:action=>"usage_report", :controller=>"investigations"}
GET /investigations/:id/add_activity(.:format) {:action=>"add_activity", :controller=>"investigations"}
investigation GET /investigations/:id(.:format) {:action=>"show", :controller=>"investigations"}
GET /activities/search(.:format) {:action=>"search", :controller=>"activities"}
activities GET /activities(.:format) {:action=>"index", :controller=>"activities"}
new_activity GET /activities/new(.:format) {:action=>"new", :controller=>"activities"}
GET /activities/:id/add_section(.:format) {:action=>"add_section", :controller=>"activities"}
edit_activity GET /activities/:id/edit(.:format) {:action=>"edit", :controller=>"activities"}
duplicate_activity GET /activities/:id/duplicate(.:format) {:action=>"duplicate", :controller=>"activities"}
print_activity GET /activities/:id/print(.:format) {:action=>"print", :controller=>"activities"}
export_activity GET /activities/:id/export(.:format) {:action=>"export", :controller=>"activities"}
template_edit_activity GET /activities/:id/template_edit(.:format) {:action=>"template_edit", :controller=>"activities"}
activity GET /activities/:id(.:format) {:action=>"show", :controller=>"activities"}
activity_section_page_page_elements GET /activities/:activity_id/sections/:section_id/pages/:page_id/page_elements(.:format) {:action=>"index", :controller=>"page_elements"}
new_activity_section_page_page_element GET /activities/:activity_id/sections/:section_id/pages/:page_id/page_elements/new(.:format) {:action=>"new", :controller=>"page_elements"}
edit_activity_section_page_page_element GET /activities/:activity_id/sections/:section_id/pages/:page_id/page_elements/:id/edit(.:format) {:action=>"edit", :controller=>"page_elements"}
activity_section_page_page_element GET /activities/:activity_id/sections/:section_id/pages/:page_id/page_elements/:id(.:format) {:action=>"show", :controller=>"page_elements"}
activity_section_pages GET /activities/:activity_id/sections/:section_id/pages(.:format) {:action=>"index", :controller=>"pages"}
new_activity_section_page GET /activities/:activity_id/sections/:section_id/pages/new(.:format) {:action=>"new", :controller=>"pages"}
edit_activity_section_page GET /activities/:activity_id/sections/:section_id/pages/:id/edit(.:format) {:action=>"edit", :controller=>"pages"}
activity_section_page GET /activities/:activity_id/sections/:section_id/pages/:id(.:format) {:action=>"show", :controller=>"pages"}
activity_sections GET /activities/:activity_id/sections(.:format) {:action=>"index", :controller=>"sections"}
new_activity_section GET /activities/:activity_id/sections/new(.:format) {:action=>"new", :controller=>"sections"}
edit_activity_section GET /activities/:activity_id/sections/:id/edit(.:format) {:action=>"edit", :controller=>"sections"}
activity_section GET /activities/:activity_id/sections/:id(.:format) {:action=>"show", :controller=>"sections"}
GET /activities(.:format) {:action=>"index", :controller=>"activities"}
GET /activities/new(.:format) {:action=>"new", :controller=>"activities"}
GET /activities/:id/edit(.:format) {:action=>"edit", :controller=>"activities"}
GET /activities/:id(.:format) {:action=>"show", :controller=>"activities"}
external_activities GET /external_activities(.:format) {:action=>"index", :controller=>"external_activities"}
new_external_activity GET /external_activities/new(.:format) {:action=>"new", :controller=>"external_activities"}
edit_external_activity GET /external_activities/:id/edit(.:format) {:action=>"edit", :controller=>"external_activities"}
duplicate_external_activity GET /external_activities/:id/duplicate(.:format) {:action=>"duplicate", :controller=>"external_activities"}
external_activity GET /external_activities/:id(.:format) {:action=>"show", :controller=>"external_activities"}
assessment_targets GET /assessment_targets(.:format) {:action=>"index", :controller=>"assessment_targets"}
new_assessment_target GET /assessment_targets/new(.:format) {:action=>"new", :controller=>"assessment_targets"}
edit_assessment_target GET /assessment_targets/:id/edit(.:format) {:action=>"edit", :controller=>"assessment_targets"}
assessment_target GET /assessment_targets/:id(.:format) {:action=>"show", :controller=>"assessment_targets"}
knowledge_statements GET /knowledge_statements(.:format) {:action=>"index", :controller=>"knowledge_statements"}
new_knowledge_statement GET /knowledge_statements/new(.:format) {:action=>"new", :controller=>"knowledge_statements"}
edit_knowledge_statement GET /knowledge_statements/:id/edit(.:format) {:action=>"edit", :controller=>"knowledge_statements"}
knowledge_statement GET /knowledge_statements/:id(.:format) {:action=>"show", :controller=>"knowledge_statements"}
domains GET /domains(.:format) {:action=>"index", :controller=>"domains"}
new_domain GET /domains/new(.:format) {:action=>"new", :controller=>"domains"}
edit_domain GET /domains/:id/edit(.:format) {:action=>"edit", :controller=>"domains"}
domain GET /domains/:id(.:format) {:action=>"show", :controller=>"domains"}
big_ideas GET /big_ideas(.:format) {:action=>"index", :controller=>"big_ideas"}
new_big_idea GET /big_ideas/new(.:format) {:action=>"new", :controller=>"big_ideas"}
edit_big_idea GET /big_ideas/:id/edit(.:format) {:action=>"edit", :controller=>"big_ideas"}
big_idea GET /big_ideas/:id(.:format) {:action=>"show", :controller=>"big_ideas"}
unifying_themes GET /unifying_themes(.:format) {:action=>"index", :controller=>"unifying_themes"}
new_unifying_theme GET /unifying_themes/new(.:format) {:action=>"new", :controller=>"unifying_themes"}
edit_unifying_theme GET /unifying_themes/:id/edit(.:format) {:action=>"edit", :controller=>"unifying_themes"}
unifying_theme GET /unifying_themes/:id(.:format) {:action=>"show", :controller=>"unifying_themes"}
expectations GET /expectations(.:format) {:action=>"index", :controller=>"expectations"}
new_expectation GET /expectations/new(.:format) {:action=>"new", :controller=>"expectations"}
edit_expectation GET /expectations/:id/edit(.:format) {:action=>"edit", :controller=>"expectations"}
expectation GET /expectations/:id(.:format) {:action=>"show", :controller=>"expectations"}
expectation_stems GET /expectation_stems(.:format) {:action=>"index", :controller=>"expectation_stems"}
new_expectation_stem GET /expectation_stems/new(.:format) {:action=>"new", :controller=>"expectation_stems"}
edit_expectation_stem GET /expectation_stems/:id/edit(.:format) {:action=>"edit", :controller=>"expectation_stems"}
expectation_stem GET /expectation_stems/:id(.:format) {:action=>"show", :controller=>"expectation_stems"}
select_grade_span_expectations GET /grade_span_expectations/select(.:format) {:action=>"select", :controller=>"grade_span_expectations"}
grade_span_expectations GET /grade_span_expectations(.:format) {:action=>"index", :controller=>"grade_span_expectations"}
new_grade_span_expectation GET /grade_span_expectations/new(.:format) {:action=>"new", :controller=>"grade_span_expectations"}
edit_grade_span_expectation GET /grade_span_expectations/:id/edit(.:format) {:action=>"edit", :controller=>"grade_span_expectations"}
print_grade_span_expectation GET /grade_span_expectations/:id/print(.:format) {:action=>"print", :controller=>"grade_span_expectations"}
grade_span_expectation GET /grade_span_expectations/:id(.:format) {:action=>"show", :controller=>"grade_span_expectations"}
printable_index_resource_pages GET /resource_pages/printable_index(.:format) {:action=>"printable_index", :controller=>"resource_pages"}
resource_pages GET /resource_pages(.:format) {:action=>"index", :controller=>"resource_pages"}
new_resource_page GET /resource_pages/new(.:format) {:action=>"new", :controller=>"resource_pages"}
edit_resource_page GET /resource_pages/:id/edit(.:format) {:action=>"edit", :controller=>"resource_pages"}
resource_page GET /resource_pages/:id(.:format) {:action=>"show", :controller=>"resource_pages"}
attached_files GET /attached_files(.:format) {:action=>"index", :controller=>"attached_files"}
new_attached_file GET /attached_files/new(.:format) {:action=>"new", :controller=>"attached_files"}
edit_attached_file GET /attached_files/:id/edit(.:format) {:action=>"edit", :controller=>"attached_files"}
attached_file GET /attached_files/:id(.:format) {:action=>"show", :controller=>"attached_files"}
images GET /images(.:format) {:action=>"index", :controller=>"images"}
new_image GET /images/new(.:format) {:action=>"new", :controller=>"images"}
edit_image GET /images/:id/edit(.:format) {:action=>"edit", :controller=>"images"}
image GET /images/:id(.:format) {:action=>"show", :controller=>"images"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment