Satchel
Satchel

Reputation: 16724

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!

Upvotes: 0

Views: 276

Answers (1)

Brian Campbell
Brian Campbell

Reputation: 332736

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

Upvotes: 1

Related Questions