Class: Spree::StateChange

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

Instance Method Summary collapse

Methods inherited from Base

display_includes

Methods included from Core::Permalinks

#generate_permalink, #save_permalink

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_userObject



13
14
15
# File 'app/models/spree/state_change.rb', line 13

def assign_user
  true # don't stop the filters
end