我正在使用Ruby on Rails的gravatar插件,效果很好,通过github来实现--但是我想更改URL来添加d=identicon的选项,但我在helper选项中看不到这一点。
我能得到一些帮助吗?
谢谢!
发布于 2009-04-21 16:01:17
<%= gravatar_for @user, :default=>'identicon' %>
https://stackoverflow.com/questions/773339
相似问题