Sha256: 9757c832e587266da1d5d37cd3d5e8f524f95f5cb9e2bd3d16ed2d64e9a4062a
Contents?: true
Size: 274 Bytes
Versions: 6
Compression:
Stored size: 274 Bytes
Contents
class Vendor < MLS::Model self.inheritance_column = nil include MLS::Slugger include MLS::Avatar has_and_belongs_to_many :regions belongs_to :account has_many :image_orderings, as: :subject has_many :photos, through: :image_orderings, source: :image end
Version data entries
6 entries across 6 versions & 1 rubygems