Method: Notee::RolesController#index
- Defined in:
- app/controllers/notee/roles_controller.rb
#index ⇒ Object
6 7 8 |
# File 'app/controllers/notee/roles_controller.rb', line 6 def index render json: { status: 'success', roles: User.roles } end |