RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: jpzwarte
Why not use the presence method to make the avatar_name method a 1-liner?
def avatar_name model.avatar_image_name.presence || 'default.png' end
Why not use the presence method to make the avatar_name method a 1-liner?