blob: 98fccf74b378a2856471bb5f4fc899a4e8213c70 (
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
# match '/mycontroller' => 'general#mycontroller'
# Additional help page example
# match '/help/help_out' => 'help#help_out'
end
|