lib/formol/generators/install/templates/initializer/formol.rb.erb in formol-0.0.4 vs lib/formol/generators/install/templates/initializer/formol.rb.erb in formol-0.0.5
- old
+ new
@@ -16,6 +16,13 @@
# you need to provide an email adress wich will be used as sender adress in all
# email that formol will send
#
# actually, only subscriptions send emails
config.email_from = 'noreply@example.com'
+
+ # Formol relies on gravatar for avatars
+ # <%= user_class %> needs to respond to 'email' method for that
+ # Formol provides a default avatar but you could not like it
+ # If you wanna change it, uncomment the following line
+ # you can set a relative path as you used it in image_tag() or an absolute path
+ # config.default_avatar = 'formol/default_avatar.png'
end
\ No newline at end of file