Sha256: a533a6dae3c2356b542c83cb78a243cad1f98871f757d6170014ab858fab4f7c
Contents?: true
Size: 185 Bytes
Versions: 26
Compression:
Stored size: 185 Bytes
Contents
module MageRecord class Store < ActiveRecord::Base # also known as Store View in Magento self.table_name = :core_store belongs_to :website has_many :customers end end
Version data entries
26 entries across 26 versions & 1 rubygems