We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 260803b commit 6ca5e7fCopy full SHA for 6ca5e7f
app/controllers/volunteers_controller.rb
@@ -38,7 +38,7 @@ def create
38
39
hash_of_short_urls = {0 => nil, 1 => nil}
40
if @volunteer.phone_number.present?
41
- handle_short_url([invitation_url, request.base_url + "/users/edit"])
+ hash_of_short_urls = handle_short_url([invitation_url, request.base_url + "/users/edit"])
42
end
43
44
sms_status = deliver_sms_to @volunteer, account_activation_msg("volunteer", hash_of_short_urls)
0 commit comments