Update init.rb

This commit is contained in:
2016-09-01 23:27:26 -04:00
committed by GitHub
parent 816daeb429
commit 1f76333af7

View File

@@ -49,7 +49,7 @@ Redmine::Plugin.register :redmine_qbo do
config.gem "active_url", :source => "http://gemcutter.org" config.gem "active_url", :source => "http://gemcutter.org"
OAUTH_CONSUMER_SECRET = Setting.plugin_redmine_qbo['settingsOAuthConsumerSecret'] OAUTH_CONSUMER_SECRET = Setting.plugin_redmine_qbo['settingsOAuthConsumerSecret']
ActiveUrl::Config.secret = OAUTH_CONSUMER_SECRET #ActiveUrl::Config.secret = OAUTH_CONSUMER_SECRET
# set per_page globally # set per_page globally
WillPaginate.per_page = 10 WillPaginate.per_page = 10