Class: Gemgento::ProductAttributeSet
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Gemgento::ProductAttributeSet
- Defined in:
- app/models/gemgento/product_attribute_set.rb
Overview
Instance Method Summary collapse
Instance Method Details
#mark_deleted ⇒ Object
12 13 14 |
# File 'app/models/gemgento/product_attribute_set.rb', line 12 def mark_deleted self.deleted_at = Time.now end |
#mark_deleted! ⇒ Object
16 17 18 19 |
# File 'app/models/gemgento/product_attribute_set.rb', line 16 def mark_deleted! mark_deleted self.save end |