public
Fork of ryan-allen/workflow
Description: Like acts as state machine (aasm), but _way_ better (it's in Ruby too!)
Homepage: http://groups.google.com/group/ruby-workflow
Clone URL: git://github.com/geekq/workflow.git
workflow / workflow.rb
100644 1 lines (1 sloc) 0.066 kb
1
Dir["#{File.dirname(__FILE__)}/lib/*.rb"].each { |rb| require rb }