Class: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- 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 |