Class: Arel::Nodes::PgSearchableDmetaphone
- Inherits:
-
NamedFunction
- Object
- NamedFunction
- Arel::Nodes::PgSearchableDmetaphone
- Defined in:
- lib/pg_searchable/arel/nodes/pg_searchable_dmetaphone.rb
Instance Method Summary collapse
-
#initialize(query) ⇒ PgSearchableDmetaphone
constructor
A new instance of PgSearchableDmetaphone.
Constructor Details
#initialize(query) ⇒ PgSearchableDmetaphone
Returns a new instance of PgSearchableDmetaphone.
6 7 8 |
# File 'lib/pg_searchable/arel/nodes/pg_searchable_dmetaphone.rb', line 6 def initialize(query) super(:pg_searchable_dmetaphone, [query]) end |