aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/commit.rb')
-rw-r--r--app/models/commit.rb9
1 files changed, 6 insertions, 3 deletions
diff --git a/app/models/commit.rb b/app/models/commit.rb
index 7989236..0809846 100644
--- a/app/models/commit.rb
+++ b/app/models/commit.rb
@@ -3,9 +3,12 @@ class Commit
include ActiveModel::Validations
ATTRIBUTES = %i[id
- author
- email
- date
+ author_name
+ author_email
+ author_date
+ committer_name
+ committer_email
+ committer_date
message
files
packages