mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-25 01:41:14 +00:00
Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@22052 e93f8b46-1217-0410-a6f0-8f06a7374b81
5 lines
125 B
Ruby
5 lines
125 B
Ruby
# frozen_string_literal: true
|
|
|
|
require_relative 'lib/gravatar'
|
|
ActionView::Base.send :include, GravatarHelper::PublicMethods
|