Class: Phcmemberspro::Members::Main

Inherits:
ActiveRecord::Base
  • Object
show all
Includes:
Gravtastic
Defined in:
app/models/phcmemberspro/members/main.rb

Class Method Summary collapse

Class Method Details

.scoped_to(account) ⇒ Object

Account Scope



9
10
11
# File 'app/models/phcmemberspro/members/main.rb', line 9

def self.scoped_to()
	where(:account_id => .id)
end