added the notification email method

This commit is contained in:
Tresor11
2020-07-02 22:51:37 +02:00
parent e64fa197aa
commit f2dd2c3bad
13 changed files with 88 additions and 34 deletions

View File

@@ -0,0 +1,5 @@
class AddNotifyEmailToForms < ActiveRecord::Migration[6.0]
def change
add_column :forms, :notify_email, :string
end
end