instance method
quoted_false
Ruby on Rails 5.2.8.1
Since v2.2.3Signature
quoted_false()
No documentation comment.
Source
# File activerecord/lib/active_record/connection_adapters/abstract/quoting.rb, line 105
def quoted_false
"FALSE".freeze
end
Defined in activerecord/lib/active_record/connection_adapters/abstract/quoting.rb line 105
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionAdapters::Quoting