Guest User

Untitled

a guest
Jan 22nd, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. ## In my provider model
  2. #Associations
  3. has_many :locations
  4. has_many :user_affiliations
  5. has_many :users, :through => :user_affiliations
  6.  
  7. #Scopes
  8. scope :owners, user_affiliations.find_all_by_role("owner").users
Add Comment
Please, Sign In to add comment