Update issue_patch.rb

This commit is contained in:
2016-09-19 22:01:32 -04:00
committed by GitHub
parent 0461801ee0
commit a4573fce1c

View File

@@ -93,7 +93,7 @@ module IssuePatch
# Create a shareable link for a customer
def share_token
CustomerToken.create(:expires_at => Time.now + 24.hours, :issue_id => id)
CustomerToken.create(:expires_at => Time.now + 1.month, :issue_id => id)
end
end