Module: Ardb::MigrationHelpers::RecorderMixin

Defined in:
lib/ardb/migration_helpers.rb

Overview

This file will setup the AR migration command recorder for being able to change our stuff, require it in an initializer

Instance Method Summary collapse

Instance Method Details

#foreign_key(*args) ⇒ Object



62
63
64
# File 'lib/ardb/migration_helpers.rb', line 62

def foreign_key(*args)
  record(:foreign_key, args)
end