tags:

views:

81

answers:

1

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!

+1  A: 
<%= gravatar_for @user, :default=>'identicon' %>
Brian Campbell
oh, wow, let me try that out right now...I don't need to put it into ()'s?
Angela
it worked! you're a genius! :)
Angela
Thanks, helped me too.
Grandpa