Class: ActiveRecord::ConnectionAdapters::SQLiteAdapter

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

Instance Method Summary collapse

Instance Method Details

#match(string) ⇒ Object



47
48
49
# File 'lib/card/active_record_ext.rb', line 47

def match string
  "REGEXP #{string}"
end