Class: UserEngage::User

Inherits:
BaseModel
  • Object
show all
Extended by:
Operation::All, Operation::Create, Operation::Find
Includes:
Operation::Destroy, Operation::Update, Operation::UpdateAttributes
Defined in:
lib/user_engage/user.rb

Class Method Summary collapse

Methods included from Operation::All

all

Methods included from Operation::Create

create

Methods included from Operation::Find

find, find_by_id

Methods included from Operation::UpdateAttributes

#update_attributes

Methods included from Operation::Update

#update

Methods included from Operation::Destroy

#destroy

Methods inherited from BaseModel

#resource_name

Class Method Details

.resource_nameObject

Class methods ##



70
71
72
# File 'lib/user_engage/user.rb', line 70

def self.resource_name
  'users'
end