Class: Role::PrivilegesController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Role::PrivilegesController
- Defined in:
- app/controllers/lesli_guard/role/privileges_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
37 38 39 |
# File 'app/controllers/lesli_guard/role/privileges_controller.rb', line 37 def index respond_with_successful(RoleDescriptorService.new(current_user).privileges(@role)) end |