1 2 3 4 5
class ProjectMetrics < ActiveRecord::Base belongs_to :project validates :project, presence: true end