1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00
aasm/spec/models
2014-11-25 22:49:21 +01:00
..
active_record
callbacks little clean-up for test classes 2014-11-25 22:49:21 +01:00
mongoid still supporting Ruby 1.8.7 2013-12-01 00:23:34 +01:00
not_auto_loaded deprecate usage of AASM.aasm_state (setter method) 2013-11-30 21:30:07 +01:00
argument.rb
auth_machine.rb callback :on_transition renamed to :after and changed its binding (see #59) 2014-09-12 14:30:36 +02:00
bar.rb
conversation.rb
double_definer.rb callback :on_transition renamed to :after and changed its binding (see #59) 2014-09-12 14:30:36 +02:00
father.rb Added test for inheritance, to check issue #64 2013-04-30 15:09:35 +02:00
foo.rb clean up callbacks (closing #96) 2014-09-09 23:02:11 +02:00
guardian.rb support event guards #85 2014-01-24 12:02:22 +01:00
invalid_persistor.rb
parametrised_event.rb callback :on_transition renamed to :after and changed its binding (see #59) 2014-09-12 14:30:36 +02:00
persistence.rb may configure to not allow direct assignment for persisted AASM models #53 2014-05-18 14:21:35 +02:00
process_with_new_dsl.rb
silencer.rb
son.rb Added test for inheritance, to check issue #64 2013-04-30 15:09:35 +02:00
sub_classing.rb
this_name_better_not_be_in_use.rb
transactor.rb
validator.rb after_commit hooks are now event-based #112 2014-03-17 21:58:44 +01:00
worker.rb