Method: Migratrix::Extractions::Extraction#handle_order

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

#handle_order(source, order) ⇒ Object

Apply order clause to source, return new source.

Raises:

  • (NotImplementedError)


83
84
85
# File 'lib/migratrix/extractions/extraction.rb', line 83

def handle_order(source, order)
  raise NotImplementedError
end