Class: Gemgento::ProductAttributeSet

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/gemgento/product_attribute_set.rb

Overview

Author:

  • Gemgento LLC

Instance Method Summary collapse

Instance Method Details

#mark_deletedObject



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