vote up 0 vote down star

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!

flag

31% accept rate

1 Answer

vote up 1 vote down check
<%= gravatar_for @user, :default=>'identicon' %>
link|flag
oh, wow, let me try that out right now...I don't need to put it into ()'s? – Angela Apr 22 at 6:18
it worked! you're a genius! :) – Angela Apr 22 at 6:19
Thanks, helped me too. – Grandpa Oct 20 at 18:04

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.