Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed May 30, 2014
1 parent 106838b commit 69ffce7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/serializers/user_serializer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,10 @@ def bio_excerpt
:watched_category_ids,
:private_messages_stats,
:disable_jump_reply,
:system_avatar_upload_id,
:gravatar_avatar_upload_id,
:custom_avatar_upload_id,
:uploaded_avatar_id

def system_avatar_upload_id
object.user_avatar.try(:system_upload_id)
end

def gravatar_avatar_upload_id
object.user_avatar.try(:gravatar_upload_id)
end
Expand Down

0 comments on commit 69ffce7

Please sign in to comment.