summaryrefslogtreecommitdiff
path: root/app/models/badge.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/badge.rb')
-rw-r--r--app/models/badge.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/models/badge.rb b/app/models/badge.rb
index 7e3b6b659e4..f016654206b 100644
--- a/app/models/badge.rb
+++ b/app/models/badge.rb
@@ -1,6 +1,8 @@
# frozen_string_literal: true
class Badge < ActiveRecord::Base
+ include FromUnion
+
# This structure sets the placeholders that the urls
# can have. This hash also sets which action to ask when
# the placeholder is found.