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