Commit Graph

9 Commits

Author SHA1 Message Date
Andreas Wenk 2d5010c7eb Fix example Instance-level inspection
The example for retrieving only permitted events returns an Array of Aasm Objects but not an Array of event names as symbols. This is fixed.
2014-12-08 14:58:42 +01:00
Joel Van Horn 66021e6418 Fixed syntax 2014-11-16 20:01:28 -05:00
Thorsten Böttger 488bda0c42 renamed permissible states and events to permitted states events 2014-10-13 23:24:00 +02:00
Thorsten Böttger 1352b9b215 class-based events now returns a list of Event instances (instead of a hash with event names as keys) 2014-10-12 16:16:01 +02:00
Thorsten Böttger 6ab03be38b instance-based permissible_events has been removed in favor or events(:permissible => true) 2014-10-12 15:57:56 +02:00
Thorsten Böttger 9346e6a859 instance-based events inspection now returns event instances (instead of the event names as symbol) 2014-10-12 15:46:11 +02:00
Thorsten Böttger 72b0257734 callback :on_transition renamed to :after and changed its binding (see #59) 2014-09-12 14:30:36 +02:00
Thorsten Böttger 44f2dfac40 clean up callbacks (closing #96) 2014-09-09 23:02:11 +02:00
Thorsten Böttger 3bbbd64fd9 added README for migration from version 3 to 4 2014-05-18 14:39:46 +02:00