Skip to content
Snippets Groups Projects

WIP: Use a new table for user contribution stats

Closed ido leibovich requested to merge leibo/gitlab-ce:user-contribution-table into master
Compare and
7 files
+ 79
4
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 1
0
@@ -93,6 +93,7 @@ class User < ActiveRecord::Base
has_many :todos, dependent: :destroy
has_many :notification_settings, dependent: :destroy
has_many :award_emoji, dependent: :destroy
has_many :user_contributions, dependent: :destroy
#
# Validations
Loading