Sha256: d150d756c9c2ae2d6a187d591f26cc836830a66b699c740270accb67f7810f4b

Contents?: true

Size: 129 Bytes

Versions: 4

Compression:

Stored size: 129 Bytes

Contents

# coding: utf-8

class Category < ActiveRecord::Base
  has_many :book_categories
  has_many :books, through: :book_categories
end

Version data entries

4 entries across 4 versions & 1 rubygems

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