added the notification email method
This commit is contained in:
5
db/migrate/20200702202828_add_notify_email_to_forms.rb
Normal file
5
db/migrate/20200702202828_add_notify_email_to_forms.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddNotifyEmailToForms < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
add_column :forms, :notify_email, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user