This website requires JavaScript.
Explore
Help
Sign In
kolan
/
obsolete.ChilliProject
Watch
1
Star
0
Fork
You've already forked obsolete.ChilliProject
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
7261622196
obsolete.ChilliProject
/
vendor
/
plugins
/
gravatar
/
init.rb
4 lines
101 B
Ruby
Raw
Normal View
History
Unescape
Escape
Set source encoding to UTF-8
2011-10-29 16:19:11 +04:00
#-- encoding: UTF-8
Gravatar support for issue detai, user grid, and activity stream git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@1962 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-10-30 05:58:04 +03:00
require
'gravatar'
ActionView
::
Base
.
send
:include
,
GravatarHelper
::
PublicMethods