Guest User

Untitled

a guest
Jul 17th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. class Network < ActiveRecord::Base
  2. has_many :moderations
  3. has_many :moderators, :through=>:moderations
  4. has_many :memberships, :as=>:memberable
  5. has_many :members, :through=>:memberships
  6. end
Add Comment
Please, Sign In to add comment