module SimpleMigrator
Constants
- VERSION
Public Class Methods
migrator(*args, &block)
click to toggle source
# File lib/simple_migrator.rb, line 10 def migrator(*args, &block) Migrator.new(*args, &block) end