instance method string_containing_comma?

Ruby on Rails 5.0.7.2

Since v5.0.7.2 Last seen in v5.0.7.2 Private — implementation detail, not part of the public API

Signature

string_containing_comma?(value)

No documentation comment.

Parameters

value req
Source
# File activerecord/lib/active_record/relation/query_methods.rb, line 1238
    def string_containing_comma?(value)
      ::String === value && value.include?(",")
    end

Defined in activerecord/lib/active_record/relation/query_methods.rb line 1238 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveRecord::QueryMethods

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