enterprise.rb 214 Bytes Edit Raw Blame History 1 2 3 4 5 6 #A enterprise is a kind of profile. According to the system concept, only enterprises can offer priducts/services class Enterprise < ActiveRecord::Base has_one :enterprise_profile, :class_name => Profile end