Class: Spree::LogEntry
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Spree::LogEntry
- Defined in:
- app/models/spree/log_entry.rb
Instance Method Summary collapse
Instance Method Details
#save_anyway ⇒ Object
9 10 11 12 13 14 |
# File 'app/models/spree/log_entry.rb', line 9 def save_anyway log = Spree::LogEntry.new log.source = source log.details = details log.save! end |