Skip to content

Instantly share code, notes, and snippets.

@divoxx
Created September 23, 2010 22:48
Show Gist options
  • Select an option

  • Save divoxx/594548 to your computer and use it in GitHub Desktop.

Select an option

Save divoxx/594548 to your computer and use it in GitHub Desktop.
class User
has_one :profile
def profile
super || build_profile
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment