1 2 3 4 5 6
class DropAdminUsersTable < ActiveRecord::Migration def change drop_table :admin_users drop_table :active_admin_comments end end