Skip to content

Instantly share code, notes, and snippets.

@collinschaafsma
Created November 9, 2010 04:11
Show Gist options
  • Save collinschaafsma/668687 to your computer and use it in GitHub Desktop.
Save collinschaafsma/668687 to your computer and use it in GitHub Desktop.
class User < ActiveRecord::Base
has_and_belongs_to_many :employers
has_and_belongs_to_many :roles
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment