Sha256: bd80e215b8091d1b802ad6877a7160025aca66d40342683f0da08134e1dfb6a1
Contents?: true
Size: 306 Bytes
Versions: 38
Compression:
Stored size: 306 Bytes
Contents
require 'orange-core/carton' module Orange # Defines a carton that belongs to a specific site. # (Subclasses should be sure to call super if they override init, since # it is what defines the relationship) class SiteCarton < Carton def self.init belongs_to :orange_site end end end
Version data entries
38 entries across 38 versions & 2 rubygems