mirror of
https://github.com/redmine/redmine.git
synced 2026-02-28 09:31:24 +01:00
Patch by Takashi Kato. git-svn-id: http://svn.redmine.org/redmine/trunk@21264 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require 'gravatar'
|
||||
require File.dirname(__FILE__) + '/lib/gravatar'
|
||||
ActionView::Base.send :include, GravatarHelper::PublicMethods
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# frozen_string_literal: false
|
||||
|
||||
require 'open_id_authentication'
|
||||
require File.dirname(__FILE__) + '/lib/open_id_authentication'
|
||||
|
||||
config.middleware.use OpenIdAuthentication
|
||||
|
||||
|
||||
Reference in New Issue
Block a user