From 3ce55b46dfae23d14818ed2630891be8aa3e83e0 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 22 Jul 2020 18:09:27 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- app/models/commit.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'app/models/commit.rb') diff --git a/app/models/commit.rb b/app/models/commit.rb index 53bcdf8165f..4f18ece9e50 100644 --- a/app/models/commit.rb +++ b/app/models/commit.rb @@ -21,7 +21,6 @@ class Commit participant :committer participant :notes_with_associations - attr_accessor :author attr_accessor :redacted_description_html attr_accessor :redacted_title_html attr_accessor :redacted_full_title_html -- cgit v1.2.1