Sha256: 80417a3115132335a0d90fbd9ade2ae32a2ed48122bfe8e57177fe793a8a9c4e

Contents?: true

Size: 266 Bytes

Versions: 96

Compression:

Stored size: 266 Bytes

Contents

# frozen_string_literal: true

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-4.0.0 lib/switchman/active_record/type_caster.rb
switchman-3.6.8 lib/switchman/active_record/type_caster.rb
switchman-3.6.7 lib/switchman/active_record/type_caster.rb
switchman-3.6.6 lib/switchman/active_record/type_caster.rb
switchman-3.6.5 lib/switchman/active_record/type_caster.rb
switchman-3.6.3 lib/switchman/active_record/type_caster.rb
switchman-3.6.2 lib/switchman/active_record/type_caster.rb
switchman-3.6.1 lib/switchman/active_record/type_caster.rb
switchman-3.6.0 lib/switchman/active_record/type_caster.rb
switchman-3.5.22 lib/switchman/active_record/type_caster.rb
switchman-3.5.21 lib/switchman/active_record/type_caster.rb
switchman-3.5.20 lib/switchman/active_record/type_caster.rb
switchman-3.5.19 lib/switchman/active_record/type_caster.rb
switchman-3.5.18 lib/switchman/active_record/type_caster.rb
switchman-3.5.17 lib/switchman/active_record/type_caster.rb
switchman-3.5.16 lib/switchman/active_record/type_caster.rb
switchman-3.5.15 lib/switchman/active_record/type_caster.rb
switchman-3.5.14 lib/switchman/active_record/type_caster.rb
switchman-3.5.13 lib/switchman/active_record/type_caster.rb
switchman-3.5.12 lib/switchman/active_record/type_caster.rb