Rails **** `InquiryContent#inquiry_types` InquiryType
class InquiryContent < ActiveRecord::Base
...
def inquiry_types
InquiryType.where :id => inquiry_type_id
end
end
Rails () PostgreSQL "" `has_many :through` N:N
: Active Record ()