Sha256: 9f76e1668293de01fce84cc82a7f041061b0df63d2bbfe32bccc4fb2625e5990

Contents?: true

Size: 250 Bytes

Versions: 57

Compression:

Stored size: 250 Bytes

Contents

Cmor::Rbac::Backend::Engine.routes.draw do
  resources :permissions
  resources :roles
  resources :users, except: [:create, :new, :destroy]

  resources :import_default_permissions_service, only: [:index, :new, :create]

  root to: 'home#index'
end

Version data entries

57 entries across 57 versions & 1 rubygems

Version Path
cmor_rbac_backend-0.0.60.pre config/routes.rb
cmor_rbac_backend-0.0.59.pre config/routes.rb
cmor_rbac_backend-0.0.58.pre config/routes.rb
cmor_rbac_backend-0.0.57.pre config/routes.rb
cmor_rbac_backend-0.0.56.pre config/routes.rb
cmor_rbac_backend-0.0.55.pre config/routes.rb
cmor_rbac_backend-0.0.54.pre config/routes.rb
cmor_rbac_backend-0.0.53.pre config/routes.rb
cmor_rbac_backend-0.0.52.pre config/routes.rb
cmor_rbac_backend-0.0.51.pre config/routes.rb
cmor_rbac_backend-0.0.50.pre config/routes.rb
cmor_rbac_backend-0.0.49.pre config/routes.rb
cmor_rbac_backend-0.0.48.pre config/routes.rb
cmor_rbac_backend-0.0.45.pre config/routes.rb
cmor_rbac_backend-0.0.44.pre config/routes.rb
cmor_rbac_backend-0.0.43.pre config/routes.rb
cmor_rbac_backend-0.0.42.pre config/routes.rb
cmor_rbac_backend-0.0.41.pre config/routes.rb
cmor_rbac_backend-0.0.40.pre config/routes.rb
cmor_rbac_backend-0.0.39.pre config/routes.rb