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