1 2 3 4 5
class DropTableRouteSections < ActiveRecord::Migration def change drop_table :route_sections end end