instance method quote_value

Ruby on Rails 4.0.13

Since v4.0.13 Last seen in v4.0.13

Signature

quote_value(value, column)

No documentation comment.

Parameters

value req
column req
Source
# File activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb, line 872
        def quote_value(value, column)
          column.sql_type ||= type_to_sql(column.type, column.limit, column.precision, column.scale)

          quote(value, column)
        end

Defined in activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb line 872 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveRecord::ConnectionAdapters::SchemaStatements

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close