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