ActiveRecord::ConnectionAdapters::Quoting
module ActiveRecord::ConnectionAdapters::Quoting
Public Instance Methods
Quotes the column value to help prevent SQL injection attacks.
# File activerecord/lib/active_record/connection_adapters/abstract/quoting.rb, line 8 def quote(value, column = nil) # records are quoted as their primary key