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



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

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