Class: CommandTower::Serializers::Profile::ProfileSerializer

Inherits:
Object
  • Object
show all
Defined in:
app/serializers/command_tower/serializers/profile/profile_serializer.rb

Class Method Summary collapse

Class Method Details

.serialize(user) ⇒ Object



7
8
9
# File 'app/serializers/command_tower/serializers/profile/profile_serializer.rb', line 7

def self.serialize(user)
  CommandTower::Serializers::Auth::UserSerializer.serialize(user)
end