FEATURE: resending invite should include original custom message

https://meta.discourse.org/t/will-resent-invite-include-original-custom-message/64699
This commit is contained in:
Arpit Jalan
2017-06-30 18:13:33 +05:30
parent c1580b9d36
commit 16d356ab4e
5 changed files with 20 additions and 11 deletions
@@ -0,0 +1,5 @@
class AddCustomMessageToInvite < ActiveRecord::Migration
def change
add_column :invites, :custom_message, :text
end
end