Sha256: e597592696db9dfbc799b66c522a436265a03b6ec3365c5cfc365393dd9b615d
Contents?: true
Size: 145 Bytes
Versions: 8
Compression:
Stored size: 145 Bytes
Contents
class User < ActiveRecord::Base has_many :readings has_many :articles, :through => :readings has_many :comments, :as => :person end
Version data entries
8 entries across 8 versions & 1 rubygems