Skip to content

Instantly share code, notes, and snippets.

@Jauny
Created December 4, 2012 03:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jauny/81e344b908b7ea4935df to your computer and use it in GitHub Desktop.
Save Jauny/81e344b908b7ea4935df to your computer and use it in GitHub Desktop.
user's picture rewritten
class User < ActiveRecord::Base
attr_accessible :name, :email, :picture
def self.picture
self.picture ? self.picture : "http://i.imgur.com/I1B7x.gif"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment