Skip to content

Instantly share code, notes, and snippets.

@mauriciofierrom
Created June 8, 2012 22:38
Show Gist options
  • Save mauriciofierrom/2898489 to your computer and use it in GitHub Desktop.
Save mauriciofierrom/2898489 to your computer and use it in GitHub Desktop.
class User < ActiveRecord::Base
belongs_to :person
belongs_to :user_type
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment