Class: Brightcontent::AdminUsersController

Inherits:
BaseController show all
Defined in:
app/controllers/brightcontent/admin_users_controller.rb

Instance Method Summary collapse

Methods included from BaseControllerExt::Filtering

#collection, #ransack_search

Methods included from BaseControllerExt::DefaultActions

#base_collection, #collection, #collection=, #create, #destroy, #edit, #index, #new, #resource, #resource=, #resource_collection_name, #resource_human_name, #resource_instance_name, #show, #update

Methods inherited from ApplicationController

#default_url_options, #index

Instance Method Details

#resource_classObject



7
8
9
# File 'app/controllers/brightcontent/admin_users_controller.rb', line 7

def resource_class
  Brightcontent.user_model
end