Update init.rb

This commit is contained in:
2016-09-01 23:28:34 -04:00
committed by GitHub
parent 1f76333af7
commit 11d3a2d0bf

View File

@@ -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