method
types_which_need_no_typecasting
v5.2.3 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::Quoting
types_which_need_no_typecasting()private
No documentation available.
# File activerecord/lib/active_record/connection_adapters/abstract/quoting.rb, line 160
def types_which_need_no_typecasting
[nil, Numeric, String]
end