Sha256: 97667bafcc6c18793fd1815056c49f2a9332f4c2270e29c23385363cd76f1909

Contents?: true

Size: 611 Bytes

Versions: 3

Compression:

Stored size: 611 Bytes

Contents

ACTIVE_RECORD_VERSION = Gem::Version.new(ActiveRecord::VERSION::STRING)

require "polymorphic_integer_type/version"
require "polymorphic_integer_type/extensions"
require "polymorphic_integer_type/mapping"
require "polymorphic_integer_type/module_generator"
require "polymorphic_integer_type/belongs_to_polymorphic_association_extension"
require "polymorphic_integer_type/activerecord_5_0_0/polymorphic_array_value_extension"

if ACTIVE_RECORD_VERSION < Gem::Version.new("5.2.0")
  require "polymorphic_integer_type/activerecord_5_0_0/association_query_handler_extension"
end

module PolymorphicIntegerType; end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
polymorphic_integer_type-3.2.0 lib/polymorphic_integer_type.rb
polymorphic_integer_type-3.1.1 lib/polymorphic_integer_type.rb
polymorphic_integer_type-3.0.0 lib/polymorphic_integer_type.rb