Sha256: b0b048375a1a35c62e0c1874eab67c9a5d734e51954cc2aafc2739b1a7b715a0
Contents?: true
Size: 163 Bytes
Versions: 11
Compression:
Stored size: 163 Bytes
Contents
class Quote < ActiveRecord::Base belongs_to :book #has_one :author, :through => :book has_many :scores, :class_name => 'Like', :foreign_key => "quote_id" end
Version data entries
11 entries across 11 versions & 1 rubygems