Exception: StatefulModelRails::DirtyModel

Inherits:
Error
  • Object
show all
Defined in:
lib/stateful_model_rails.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



38
39
40
# File 'lib/stateful_model_rails.rb', line 38

def to_s
  "There are unsaved changes to this record that would be override by doing a state machine transition"
end