Method: Authz::RolablesController#edit

Defined in:
app/controllers/authz/rolables_controller.rb

#editObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

API:

  • private



18
19
20
# File 'app/controllers/authz/rolables_controller.rb', line 18

def edit
  @rolable = rolable.find(params[:id])
end