Sha256: 3b32bbf2f87c94cdcaf42f1fa8db14d2314aa4e69e3a1217adf7ba34b552bf2d

Contents?: true

Size: 117 Bytes

Versions: 1

Compression:

Stored size: 117 Bytes

Contents

class Item < ActiveRecord::Base
  belongs_to :person
  has_many :comments
  mongo_translate :label, :description
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mongo_translatable-0.1.0 test/full_2_3_5_app_with_tests/app/models/item.rb