Class: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter

Inherits:
Object
  • Object
show all
Defined in:
lib/card/active_record_ext.rb

Instance Method Summary collapse

Instance Method Details

#match(string) ⇒ Object



20
21
22
# File 'lib/card/active_record_ext.rb', line 20

def match(string)
  "~* #{string}"
end