From 11d3a2d0bf194ac244790b8e1f73dc5fbf412de2 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Thu, 1 Sep 2016 23:28:34 -0400 Subject: [PATCH] Update init.rb --- init.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.rb b/init.rb index b0c9be5..ef15e40 100644 --- a/init.rb +++ b/init.rb @@ -47,9 +47,8 @@ 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 + ActiveUrl::Config.secret = OAUTH_CONSUMER_SECRET # set per_page globally WillPaginate.per_page = 10