class CommitLog < ApplicationRecord belongs_to :user belongs_to :project belongs_to :repository has_many :project_trends, as: :trend, dependent: :destroy def title self.message end end