mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-31 11:37:14 +00: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:
parent
3bb3886786
commit
232db2441d
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user