I'm looking for a part-time remote job.

Hire me


I'm the author of:

Mastering Redmine is a comprehensive guide with tips, tricks and best practices, and an easy-to-learn structure.

Check the book's project or

Buy the book

Social pages of the book:

By buying this book you also donate to Redmine (see this page).


Follow me:

redmine14-explicit-routes.patch

Alexander van der Mey, 26 Sep 2012 13:29

Download (559 Bytes)

View differences:

config/routes.rb (revision 0)
1
ActionController::Routing::Routes.draw do |map|
2
  map.connect '/sidebar/pages', :controller => 'global_sidebar', :action => 'pages'
3
  map.connect '/sidebar/settings', :controller => 'projects', :action => 'settings'
4
  map.connect '/sidebar/edit', :controller => 'sidebar', :action => 'edit'
5
  map.connect '/sidebar/preview', :controller => 'sidebar', :action => 'preview'
6
end
Terms of use | Privacy policy