[openstreetmap-website] Gravatar support (#131)
Tom Hughes
notifications at github.com
Tue Oct 16 14:41:43 GMT 2012
> @@ -0,0 +1,15 @@
> +class AddUseGravatarToUsers < ActiveRecord::Migration
> + def self.up
> + add_column :users, :use_gravatar, :boolean, :null => false, :default => false
What did you think about my previous suggestion of changing this to `image_gravatar` or `image_use_gravatar` to group it better with the other image related fields?
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/131/files#r1854699
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20121016/488d5fcc/attachment.html>
More information about the rails-dev
mailing list