Skip to content
Snippets Groups Projects
Commit 693f4677 authored by Giovanne Marcelo's avatar Giovanne Marcelo
Browse files

fix user devise serializer to show cover updated_at

parent e358a395
No related branches found
No related tags found
No related merge requests found
......@@ -11,5 +11,5 @@ class UserDeviseSerializer < ActiveModel::Serializer
attributes :id, :email, :provider, :avatar_file_name, :avatar_content_type, :uid, :name, :avatar_file_size, :avatar_updated_at,
:bookmarks_count, :user_category_id, :score, :follows_count, :deleted_at, :description, :likes_count,
:learning_objects_count, :collections_count, :cover_file_name, :cover_content_type, :cover_file_size
:learning_objects_count, :collections_count, :cover_file_name, :cover_content_type, :cover_file_size, :cover_updated_at
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment