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