Exception: StatefulModelRails::DirtyModel
- Defined in:
- lib/stateful_model_rails.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
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 |