Sha256: 78c42091bffd44a861c222d932bab09586fa669a0cd204b538cddea9c29f286c
Contents?: true
Size: 414 Bytes
Versions: 11
Compression:
Stored size: 414 Bytes
Contents
module Phcmemberspro class Directory::Catlist < ActiveRecord::Base # Model Relationship belongs_to :category, class_name: 'Directory::Category' belongs_to :business, class_name: 'Members::Business' # Validation for Form Fields (More of a Self-Check) validates :business_id, presence: true # Validation for Form Fields (More of a Self-Check) validates :category_id, presence: true end end
Version data entries
11 entries across 11 versions & 1 rubygems