Method: Authz::RolablesController#edit
- Defined in:
- app/controllers/authz/rolables_controller.rb
#edit ⇒ Object
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.
18 19 20 |
# File 'app/controllers/authz/rolables_controller.rb', line 18 def edit @rolable = rolable.find(params[:id]) end |