Sha256: 9afd8b416b65929be323b3d78218ebe229d847e82441901feb9d95b4a2e9db68
Contents?: true
Size: 149 Bytes
Versions: 15
Compression:
Stored size: 149 Bytes
Contents
class User < ActiveRecord::Base has_many :posts has_many :photos has_many :subscriptions has_many :magazines, :through => :subscriptions end
Version data entries
15 entries across 15 versions & 2 rubygems