# File lib/state_machine/integrations/active_record/versions.rb, line 81 def self.active? ::ActiveRecord::VERSION::MAJOR == 2 && ::ActiveRecord::VERSION::MINOR < 3 end