Class: ActiveRecord::Migrator

Inherits:
Object
  • Object
show all
Defined in:
lib/migrext/migrator.rb

Class Method Summary collapse

Class Method Details

.add_external_sources(name, path) ⇒ Object



9
10
11
# File 'lib/migrext/migrator.rb', line 9

def self.add_external_sources(name, path)
    external_sources << { :name => name, :path => path }
end