Fix structured error creation if attributes don't match; write match status to database

This commit is contained in:
Maximilian Grundke
2017-07-19 15:46:19 +02:00
parent 7ba245920c
commit 5d6158f95a
3 changed files with 17 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
class AddMatchToStructuredErrorAttribute < ActiveRecord::Migration
def change
add_column :structured_error_attributes, :match, :boolean
end
end