Class: Gemgento::ProductAttribute
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Gemgento::ProductAttribute
- Defined in:
- app/models/gemgento/product_attribute.rb
Overview
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.ignored ⇒ Object
18 19 20 |
# File 'app/models/gemgento/product_attribute.rb', line 18 def self.ignored %w[sku gemgento_id] end |
Instance Method Details
#mark_deleted ⇒ Object
22 23 24 |
# File 'app/models/gemgento/product_attribute.rb', line 22 def mark_deleted self.deleted_at = Time.now end |
#mark_deleted! ⇒ Object
26 27 28 29 |
# File 'app/models/gemgento/product_attribute.rb', line 26 def mark_deleted! mark_deleted self.save end |