aboutsummaryrefslogtreecommitdiffstats
path: root/lib/config/custom-routes.rb
blob: 589154aff9efdc8e7048904996c8b5960bdccebc (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