Method: Notee::RolesController#index

Defined in:
app/controllers/notee/roles_controller.rb

#indexObject



6
7
8
# File 'app/controllers/notee/roles_controller.rb', line 6

def index
  render json: { status: 'success', roles: User.roles }
end