method
forward
v7.0.0 -
Show latest stable
- Class:
ActiveRecord::MigrationContext
forward(steps = 1)public
No documentation available.
# File activerecord/lib/active_record/migration.rb, line 1105
def forward(steps = 1) # :nodoc:
move(:up, steps)
end