ensure_klass_exists!()
private
Reader and writer methods call this so
that consistent errors are presented when the association target class
does not exist.
# File activerecord/lib/active_record/associations/association.rb, line 244
def ensure_klass_exists!
klass
end