method
quoted_binary
v6.1.7.7 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::PostgreSQL::Quoting
quoted_binary(value)public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/postgresql/quoting.rb, line 66
def quoted_binary(value) # :nodoc:
"'#{escape_bytea(value.to_s)}'"
end