method
start
v4.2.7 -
Show latest stable
- Class:
ActiveRecord::Migrator
start()private
No documentation available.
# File activerecord/lib/active_record/migration.rb, line 1011
def start
up? ? 0 : (migrations.index(current) || 0)
end