class ActiveRecord::MigrationContext

def forward(steps = 1) # :nodoc:

:nodoc:
def forward(steps = 1) # :nodoc:
  move(:up, steps)
end