Skip to content

Commit

Permalink
Indent some gets for routes under management reports
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreben committed Mar 14, 2016
1 parent 0c6f092 commit 3ba6329
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
get 'sal3_batch_requests' => 'sal3_batch_requests#index'

get 'management_reports' => 'management_reports#index'

get 'circulation_statistics_report' => 'management_reports#circulation_statistics_report'
get 'shelf_selection_report' => 'management_reports#shelf_selection_report'
get 'expenditures_report' => 'management_reports#expenditures_report'
get 'expenditures_with_circ_stats_report' => 'management_reports#expenditures_with_circ_stats_report'
get 'encumbrances_report' => 'management_reports#encumbrances_report'
get 'endowed_funds_report' => 'management_reports#endowed_funds_report'
get 'google_selection_report' => 'management_reports#google_selection_report'
get 'circulation_statistics_report' => 'management_reports#circulation_statistics_report'
get 'shelf_selection_report' => 'management_reports#shelf_selection_report'
get 'expenditures_report' => 'management_reports#expenditures_report'
get 'expenditures_with_circ_stats_report' => 'management_reports#expenditures_with_circ_stats_report'
get 'encumbrances_report' => 'management_reports#encumbrances_report'
get 'endowed_funds_report' => 'management_reports#endowed_funds_report'
get 'google_selection_report' => 'management_reports#google_selection_report'

# The priority is based upon order of creation: first created -> highest priority.
# See how all your routes lay out with "rake routes".
Expand Down

0 comments on commit 3ba6329

Please sign in to comment.