Method: Role::ActivitiesController#options
- Defined in:
- app/controllers/lesli_guard/role/activities_controller.rb
#options ⇒ Json
Returns Json that contains all the information needed to create a new role_activity.
59 60 61 |
# File 'app/controllers/lesli_guard/role/activities_controller.rb', line 59 def respond_with_successful(Role::Activity.(current_user, @query)) end |