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