1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00
aasm/lib/aasm.rb

18 lines
274 B
Ruby
Raw Normal View History

2009-10-30 12:17:38 -04:00
require 'ostruct'
2013-05-03 17:48:12 -04:00
%w(
version
errors
configuration
2013-05-03 17:48:12 -04:00
base
dsl_helper
2013-05-03 17:48:12 -04:00
instance_base
transition
event
state
localizer
state_machine
persistence
aasm
).each { |file| require File.join(File.dirname(__FILE__), 'aasm', file) }