Sha256: df716c390a4a7936ac7ea6a8d0a0d4bd0a755de69572f25f4ade643713b213a8

Contents?: true

Size: 235 Bytes

Versions: 96

Compression:

Stored size: 235 Bytes

Contents

module Switchman
  module ActiveRecord
    module TypeCaster
      module Map
        def model
          @types
        end
      end

      module Connection
        def model
          @klass
        end
      end
    end
  end
end

Version data entries

96 entries across 96 versions & 1 rubygems

Version Path
switchman-2.0.1 lib/switchman/active_record/type_caster.rb
switchman-2.0.0 lib/switchman/active_record/type_caster.rb
switchman-1.16.0 lib/switchman/active_record/type_caster.rb
switchman-1.15.2 lib/switchman/active_record/type_caster.rb
switchman-1.15.1 lib/switchman/active_record/type_caster.rb
switchman-1.15.0 lib/switchman/active_record/type_caster.rb
switchman-1.14.10 lib/switchman/active_record/type_caster.rb
switchman-1.14.9 lib/switchman/active_record/type_caster.rb
switchman-1.14.8 lib/switchman/active_record/type_caster.rb
switchman-1.14.7 lib/switchman/active_record/type_caster.rb
switchman-1.14.6 lib/switchman/active_record/type_caster.rb
switchman-1.14.5 lib/switchman/active_record/type_caster.rb
switchman-1.14.4 lib/switchman/active_record/type_caster.rb
switchman-1.14.3 lib/switchman/active_record/type_caster.rb
switchman-1.14.2 lib/switchman/active_record/type_caster.rb
switchman-1.14.1 lib/switchman/active_record/type_caster.rb
switchman-1.14.0 lib/switchman/active_record/type_caster.rb
switchman-1.13.3 lib/switchman/active_record/type_caster.rb
switchman-1.13.2 lib/switchman/active_record/type_caster.rb
switchman-1.13.1 lib/switchman/active_record/type_caster.rb