1 2 3 4 5
class AddDepthToCallForward < ActiveRecord::Migration def change rename_column :call_forwards, :hops, :depth end end