From 816daeb42951644918d7a282eefb792ea2e28d0b Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Thu, 1 Sep 2016 23:24:28 -0400 Subject: [PATCH] Update init.rb --- init.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/init.rb b/init.rb index ef15e40..26599a7 100644 --- a/init.rb +++ b/init.rb @@ -47,6 +47,7 @@ Redmine::Plugin.register :redmine_qbo do # We are playing in the sandbox #Quickbooks.sandbox_mode = true + config.gem "active_url", :source => "http://gemcutter.org" OAUTH_CONSUMER_SECRET = Setting.plugin_redmine_qbo['settingsOAuthConsumerSecret'] ActiveUrl::Config.secret = OAUTH_CONSUMER_SECRET