Class: Spree::StateChange
- Inherits:
-
Base
- Object
- ActiveRecord::Base
- Base
- Spree::StateChange
show all
- Defined in:
- app/models/spree/state_change.rb
Instance Method Summary
collapse
Methods inherited from Base
display_includes
#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_user ⇒ Object
13
14
15
|
# File 'app/models/spree/state_change.rb', line 13
def assign_user
true end
|