Class: ActiveApplication::UserResourceController

Inherits:
ResourceController
  • Object
show all
Defined in:
app/controllers/active_application/user_resource_controller.rb

Instance Method Summary collapse

Methods inherited from ResourceController

#create, #render_not_found, #update

Instance Method Details

#exclude_fieldsObject



5
6
7
# File 'app/controllers/active_application/user_resource_controller.rb', line 5

def exclude_fields
  @exclude_fields = %w(user_id)
end