Sha256: ab2d2ac03426ef92f74790d1935a853ca33dbf56fb7f63f47c968f0126e14e2a
Contents?: true
Size: 145 Bytes
Versions: 1
Compression:
Stored size: 145 Bytes
Contents
class Fruit < ActiveRecord::Base belongs_to :region has_many :fruit_baskets has_many :baskets, :through => :fruit_baskets replicated end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
connection_manager-0.0.1 | test_app/app/models/fruit.rb |