institutions_users.rb 92 Bytes Edit Raw Blame History Permalink 1 2 3 4 class InstitutionUser < ActiveRecord::Base belongs_to :user belongs_to :institution end