class AddMatchAllErrorsToRoutes < ActiveRecord::Migration def change add_column :message_routes, :match_errors, :boolean end end