Sha256: ec01b0dc3d1995c18894af60ba9a4b410fe133bf871c541789eda6fb53864359

Contents?: true

Size: 174 Bytes

Versions: 1

Compression:

Stored size: 174 Bytes

Contents

class User < ActiveRecord::Base
  has_many :posts
  has_many :photos
  
  has_many :subscriptions
  has_many :magazines, :through => :subscriptions
  
  has_many :videos
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
acts_as_20ggable-1.0.0 test/fixtures/user.rb