Skip to content

Instantly share code, notes, and snippets.

@monkbroc
Created April 9, 2015 16:40
Show Gist options
  • Select an option

  • Save monkbroc/73039c2dac50ca540a72 to your computer and use it in GitHub Desktop.

Select an option

Save monkbroc/73039c2dac50ca540a72 to your computer and use it in GitHub Desktop.
Original models
class Team < ActiveRecord::Base
has_and_belongs_to_many :users
end
class User < ActiveRecord::Base
has_and_belongs_to_many :teams
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment