public
Description: A Ruby state machine library, like assm / acts_as_state_machine, but with a nicer, more sensible API (in my opinion).
Homepage: http://groups.google.com/group/ruby-workflow
Clone URL: git://github.com/ryan-allen/workflow.git
workflow / init.rb
100644 6 lines (4 sloc) 0.094 kb
1
2
3
4
5
6
require "#{File.dirname(__FILE__)}/workflow"
 
class ActiveRecord::Base
  include Workflow
end