5 lines
89 B
Ruby
5 lines
89 B
Ruby
# frozen_string_literal: true
|
|
|
|
class MergeLog < ApplicationRecord
|
|
belongs_to :user
|
|
end
|