Update customer_token.rb

This commit is contained in:
2016-09-02 00:00:48 -04:00
committed by GitHub
parent 224b0b4238
commit af7c1b0130

View File

@@ -10,7 +10,7 @@
class CustomerToken < ActiveRecord::Base
unloadable
attr_accessible :token, :expires_at
attr_accessible :token, :expires_at, :issue
before_create :generate_token
OAUTH_CONSUMER_SECRET = Setting.plugin_redmine_qbo['settingsOAuthConsumerSecret']