Sha256: 8c9bbd7b3646511b700bf0459c1570f04a6cae458f7c5b6cce51a862b594cc27
Contents?: true
Size: 217 Bytes
Versions: 4
Compression:
Stored size: 217 Bytes
Contents
Hydra::RoleManagement::Engine.routes.draw do # Generic file routes resources :roles, Hydra::RoleManagement.route_options do resources :users, :only=>[:create, :destroy], :controller => "user_roles" end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
hydra-role-management-1.0.0 | config/routes.rb |
hydra-role-management-0.2.2 | config/routes.rb |
hydra-role-management-0.2.1 | config/routes.rb |
hydra-role-management-0.2.0 | config/routes.rb |