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