Sha256: d3b90a2b3c7238c2e3f79d8677e942d919e1fb92504b553781f575c0c47284d7
Contents?: true
Size: 507 Bytes
Versions: 9
Compression:
Stored size: 507 Bytes
Contents
# rubocop:disable Naming/MethodName # rubocop:disable Naming/UncommunicativeMethodParamName module Arel module Visitors class Dot def visit_ActiveModel_Attribute_WithCastValue(o) visit_edge o, 'name' visit_edge o, 'value_before_type_cast' end end class ToSql def visit_ActiveModel_Attribute_WithCastValue(_o, collector) collector end end end end # rubocop:enable Naming/MethodName # rubocop:enable Naming/UncommunicativeMethodParamName
Version data entries
9 entries across 9 versions & 1 rubygems