Method: AASM::Persistence::SequelPersistence::InstanceMethods#before_validation
- Defined in:
- lib/aasm/persistence/sequel_persistence.rb
#before_validation ⇒ Object
12 13 14 15 |
# File 'lib/aasm/persistence/sequel_persistence.rb', line 12 def before_validation aasm_ensure_initial_state super end |