institutions_users.rb 92 Bytes
class InstitutionUser < ActiveRecord::Base
  belongs_to :user
  belongs_to :institution
end