4 lines
101 B
Ruby
4 lines
101 B
Ruby
#-- encoding: UTF-8
|
|
require 'gravatar'
|
|
ActionView::Base.send :include, GravatarHelper::PublicMethods
|