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



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

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