aboutsummaryrefslogtreecommitdiffstats
path: root/lib/config/custom-routes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/config/custom-routes.rb')
-rw-r--r--lib/config/custom-routes.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/config/custom-routes.rb b/lib/config/custom-routes.rb
new file mode 100644
index 0000000..2c1b9cc
--- /dev/null
+++ b/lib/config/custom-routes.rb
@@ -0,0 +1,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