blob: 2c1b9ccd83b1102d78f3206efd92a74c207139a5 (
plain)
1
2
3
4
5
6
7
8
|
# Here you can override or add to the pages in the core website
ActionController::Routing::Routes.draw do |map|
# Additional help page example
map.with_options :controller => 'help' do |help|
help.help_out '/help/help_out', :action => 'help_out'
end
end
|