class Feature < ActiveRecord::Base validates_presence_of :name has_many :feature_services has_many :services, through: :feature_services has_many :feature_action_labels has_many :action_labels, through: :feature_action_labels end