1 2 3 4 5 6
# This migration comes from ninoxe_engine (originally 20151124145016) class DropTimeSlots < ActiveRecord::Migration def change drop_table :time_slots end end