Search code examples
gravatar

how do I change the gravatar RoR plugin to use d=identicon?


I am using the gravatar plugin for Ruby on Rails, works great, by woods via github -- but I want to change the the URL to add the option for d=identicon but I don't see that in the helper options.

Can I get some help?

Thanks!


Solution

  • <%= gravatar_for @user, :default=>'identicon' %>