Sha256: fbb39ffe837767a140fb96ec30e47b4625f361af7768e7b35a38a268adfaabd2

Contents?: true

Size: 233 Bytes

Versions: 9

Compression:

Stored size: 233 Bytes

Contents

module ActiveRecord
  module SimpleIndexName
    module DisableShorten
      def exec_migration(conn, direction)
        ActiveRecord::SimpleIndexName.with_shorten(:disable) do
          super
        end
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
activerecord-simple_index_name-1.1.1 lib/active_record/simple_index_name/disable_shorten.rb
activerecord-simple_index_name-1.1.0 lib/active_record/simple_index_name/disable_shorten.rb
activerecord-simple_index_name-1.0.1 lib/active_record/simple_index_name/disable_shorten.rb
activerecord-simple_index_name-1.0.0 lib/active_record/simple_index_name/disable_shorten.rb
activerecord-simple_index_name-0.4.0 lib/active_record/simple_index_name/disable_shorten.rb
activerecord-simple_index_name-0.3.0 lib/active_record/simple_index_name/disable_shorten.rb
activerecord-simple_index_name-0.3.0.beta1 lib/active_record/simple_index_name/disable_shorten.rb
activerecord-simple_index_name-0.2.0 lib/active_record/simple_index_name/disable_shorten.rb
activerecord-simple_index_name-0.2.0.beta1 lib/active_record/simple_index_name/disable_shorten.rb