Module: TradoGooglemerchantModule::ActiveRecord::ClassMethods
- Defined in:
- lib/trado_googlemerchant_module/active_record.rb
Instance Method Summary collapse
Instance Method Details
#has_googlemerchant ⇒ Object
6 7 8 9 10 |
# File 'lib/trado_googlemerchant_module/active_record.rb', line 6 def has_googlemerchant attr_accessible :googlemerchant_brand, :googlemerchant_category validates :googlemerchant_category, :googlemerchant_brand, presence: true, :if => :published? end |