app/helpers/jabe_helper.rb in jabe-0.5.8 vs app/helpers/jabe_helper.rb in jabe-0.5.9

- old
+ new

@@ -4,6 +4,10 @@ end def public_entry_url(entry) "#{SETTINGS.site_url}#{public_entry_path(entry)}" end + + def default_gravatar_url + "#{request.protocol}#{request.host_with_port}/images/gravatar.gif" + end end