Sha256: a2797270e74c0eb6fdb10d325f3312c8acda5ecbdb451379196d92c3f713bf73

Contents?: true

Size: 151 Bytes

Versions: 4

Compression:

Stored size: 151 Bytes

Contents

# coding: utf-8

class Book < ActiveRecord::Base
  belongs_to :author
  has_many :book_categories
  has_many :categories, through: :book_categories
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
active_export-0.4.0 spec/rails/model/book.rb
active_export-0.3.0 spec/rails/model/book.rb
active_export-0.2.0 spec/rails/model/book.rb
active_export-0.1.0 spec/rails/model/book.rb