mirror of
https://github.com/redmine/redmine.git
synced 2025-11-09 14:56:01 +01:00
Contributed by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@17988 e93f8b46-1217-0410-a6f0-8f06a7374b81
5 lines
112 B
Ruby
5 lines
112 B
Ruby
# frozen_string_literal: true
|
|
|
|
require 'gravatar'
|
|
ActionView::Base.send :include, GravatarHelper::PublicMethods
|