method
types_which_need_no_typecasting
v4.2.1 -
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 95
def types_which_need_no_typecasting
[nil, Numeric, String]
end