Method: Migratrix::Extractions::Extraction#handle_where

Defined in:
lib/migratrix/extractions/extraction.rb

#handle_where(source, where) ⇒ Object

Apply where clause to source, return new source.

Raises:

  • (NotImplementedError)


68
69
70
# File 'lib/migratrix/extractions/extraction.rb', line 68

def handle_where(source, where)
  raise NotImplementedError
end