Select Git revision
user_serializer.rb
Forked from
PortalMEC / portalmec
1140 commits behind the upstream repository.
-
Mateus Rambo Strey authoredMateus Rambo Strey authored
user_serializer.rb 288 B
class UserSerializer < ActiveModel::Serializer
cache key: 'user', expires_in: 4.hours
attributes :id, :email, :provider, :name, :description, :role_ids, :institution_ids, :avatar, :likes_count, :follows_count, :learning_objects_count, :collections_count, :created_at, :updated_at
end