Class: ActiveRecord::ConnectionAdapters::SQLiteAdapter

Inherits:
Object
  • Object
show all
Defined in:
lib/active_record/connection_adapters_ext.rb

Instance Method Summary collapse

Instance Method Details

#match(string) ⇒ Object



47
48
49
# File 'lib/active_record/connection_adapters_ext.rb', line 47

def match string
  "REGEXP #{string}"
end