Class: Phcmemberspro::Directory::Catlist

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/phcmemberspro/directory/catlist.rb

Class Method Summary collapse

Class Method Details

.scoped_to(account) ⇒ Object

Account Scope



5
6
7
# File 'app/models/phcmemberspro/directory/catlist.rb', line 5

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