Class: StateEvent

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

Instance Method Summary collapse

Instance Method Details

#<=>(other) ⇒ Object



5
6
7
# File 'app/models/state_event.rb', line 5

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