aasm/lib/aasm.rb

18 lines
274 B
Ruby
Raw Normal View History

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