Skip to content

Instantly share code, notes, and snippets.

@meltzerj
Created May 17, 2011 06:13
Show Gist options
  • Select an option

  • Save meltzerj/976033 to your computer and use it in GitHub Desktop.

Select an option

Save meltzerj/976033 to your computer and use it in GitHub Desktop.
def setup_user(user)
user.tap do |u|
u.build_profile if u.profile.nil?
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment