Class: Arel::Nodes::PgSearchableDmetaphone

Inherits:
NamedFunction
  • Object
show all
Defined in:
lib/pg_searchable/arel/nodes/pg_searchable_dmetaphone.rb

Instance Method Summary collapse

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