Sha256: 6cf105163242257e3e5387fffbf60d4193315223416a62d6df5d538632ec3846
Contents?: true
Size: 142 Bytes
Versions: 2
Compression:
Stored size: 142 Bytes
Contents
require 'dm-core' module Orange class SiteCarton < Carton def self.init belongs_to :orange_site, 'Orange::Site' end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
orange-0.0.3 | lib/orange/cartons/site_carton.rb |
orange-0.0.2 | lib/orange/cartons/site_carton.rb |