aboutsummaryrefslogtreecommitdiffstats
path: root/lib/config/custom-routes.rb
blob: 6d4cda46e5526ec6f306d524d47a428b5f6851d1 (plain)
1
2
3
4
5
6
7
8
# Here you can override or add to the pages in the core website

Rails.application.routes.draw do
  # brand new controller example
  # match '/mycontroller' => 'general#mycontroller'
  # Additional help page example
  # match '/help/help_out' => 'help#help_out'
end