Sha256: 19023156d4ccb34a9c89f79e00dd8e5fcd34ba03ff40de768eaf0c61d60926ca
Contents?: true
Size: 260 Bytes
Versions: 8
Compression:
Stored size: 260 Bytes
Contents
class Book < ActiveRecord::Base has_many :authorships, dependent: :destroy has_many :authors, through: :authorships has_many :editorships, dependent: :destroy has_many :editors, through: :editorships has_paper_trail def to_s title end end
Version data entries
8 entries across 8 versions & 1 rubygems