Class: Spree::StateChange

Inherits:
Object
  • Object
show all
Defined in:
app/models/spree/state_change.rb

Instance Method Summary collapse

Instance Method Details

#<=>(other) ⇒ Object



6
7
8
# File 'app/models/spree/state_change.rb', line 6

def <=>(other)
  created_at <=> other.created_at
end