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