Class: Para::Acl::Routes

Inherits:
Plugins::Routes
  • Object
show all
Defined in:
lib/para/acl/routes.rb

Instance Method Summary collapse

Instance Method Details

#drawObject



4
5
6
7
8
9
10
# File 'lib/para/acl/routes.rb', line 4

def draw
  plugin :acl do
    component :acl_roles, path: :roles, actions: [:show, :update] do
      resources :roles
    end
  end
end