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

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