Sha256: a465884a0bb73a1c7c9ebc1a454fc21428d0a8dbb7e8dda34d530d983d91c895

Contents?: true

Size: 102 Bytes

Versions: 4

Compression:

Stored size: 102 Bytes

Contents

# coding: utf-8

class BookCategory < ActiveRecord::Base
  belongs_to :book
  belongs_to :category
end

Version data entries

4 entries across 4 versions & 1 rubygems

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