ambition/app/models/user.rb

7 lines
127 B
Ruby

class User < ActiveRecord::Base
has_and_belongs_to_many :projects
has_and_belongs_to_many :missions
has_many :notes
end