FEATURE: Allow users to select a badge with an image to appear on their

user card
This commit is contained in:
Robin Ward
2014-10-20 13:15:58 -04:00
parent d2fb2bc4cd
commit 71f211f0b3
31 changed files with 432 additions and 279 deletions

View File

@@ -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