Skip to content

Commit

Permalink
Add new field to save customized message for validation
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilkr128 committed Mar 28, 2022
1 parent 42759ce commit 6b488ee
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class AddValidationMessageToDialogFields < ActiveRecord::Migration[6.0]
def change
add_column :dialog_fields, :validator_message, :string
end
end

0 comments on commit 6b488ee

Please sign in to comment.