Class: Spree::StateChange
- Inherits:
-
Base
- Object
- Base
- Spree::StateChange
- Defined in:
- app/models/spree/state_change.rb
Instance Method Summary collapse
Instance Method Details
#<=>(other) ⇒ Object
9 10 11 |
# File 'app/models/spree/state_change.rb', line 9 def <=>(other) created_at <=> other.created_at end |
#assign_user ⇒ Object
13 14 15 |
# File 'app/models/spree/state_change.rb', line 13 def assign_user true # don't stop the filters end |