# frozen_string_literal: true

class MergeLog < ApplicationRecord
  belongs_to :user
end