mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Allow users to select a badge with an image to appear on their
user card
This commit is contained in:
@@ -6,6 +6,8 @@ class UserProfile < ActiveRecord::Base
|
||||
before_save :cook
|
||||
after_save :trigger_badges
|
||||
|
||||
belongs_to :card_image_badge, class_name: 'Badge'
|
||||
|
||||
BAKED_VERSION = 1
|
||||
|
||||
def bio_excerpt
|
||||
|
||||
Reference in New Issue
Block a user