Sha256: 9c2ed4210a04fbb22169217f7396f4e589bdc05a11b4b0a69ff451b399454f2f

Contents?: true

Size: 231 Bytes

Versions: 9

Compression:

Stored size: 231 Bytes

Contents

module ActiveRecord
  module SimpleIndexName
    module EnableShorten
      def exec_migration(conn, direction)
        ActiveRecord::SimpleIndexName.with_shorten(:enable) 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/enable_shorten.rb
activerecord-simple_index_name-1.1.0 lib/active_record/simple_index_name/enable_shorten.rb
activerecord-simple_index_name-1.0.1 lib/active_record/simple_index_name/enable_shorten.rb
activerecord-simple_index_name-1.0.0 lib/active_record/simple_index_name/enable_shorten.rb
activerecord-simple_index_name-0.4.0 lib/active_record/simple_index_name/enable_shorten.rb
activerecord-simple_index_name-0.3.0 lib/active_record/simple_index_name/enable_shorten.rb
activerecord-simple_index_name-0.3.0.beta1 lib/active_record/simple_index_name/enable_shorten.rb
activerecord-simple_index_name-0.2.0 lib/active_record/simple_index_name/enable_shorten.rb
activerecord-simple_index_name-0.2.0.beta1 lib/active_record/simple_index_name/enable_shorten.rb