public
Description: git mirror of acts_as_state_machine
Homepage: http://elitists.textdriven.com/svn/plugins/acts_as_state_machine/
Clone URL: git://github.com/freels/acts_as_state_machine.git
100644 6 lines (4 sloc) 0.112 kb
1
2
3
4
5
6
require 'acts_as_state_machine'
 
ActiveRecord::Base.class_eval do
  include ScottBarron::Acts::StateMachine
end