organization.rb 125 Bytes Edit Raw Blame History 1 2 3 4 class Organization < Profile has_one :organization_info has_many :validated_enterprises, :class_name => 'enterprise' end