lamps / redmine_group_assignee

screenshot link http://www.redmine.org/plugins/groupsassignee
4 stars 4 forks source link

Route needed for redmine 1.4.1 #2

Open marcmengel opened 12 years ago

marcmengel commented 12 years ago

To get it to work under 1.4.1, I had to updates config/routes.rb:

ActionController::Routing::Routes.draw do |map|
  map.plugin_groups 'groups/menugroup', :controller => "groups", :action => 'menugroup'
  map.plugin_groups 'groups/edit_groupassigne', :controller => "groups", :action => 'edit_groupassigne'
  map.connect 'groupext/:action:id', :controller => 'groupext'
end
lamps commented 12 years ago

thx a lot ^^ fixed!