Class: Ecom::Core::UserLookupSerializer

Inherits:
ActiveModel::Serializer
  • Object
show all
Defined in:
app/serializers/ecom/core/user_lookup_serializer.rb

Instance Method Summary collapse

Instance Method Details

#nameObject



6
7
8
# File 'app/serializers/ecom/core/user_lookup_serializer.rb', line 6

def name
  "#{object.first_name} #{object.last_name}"
end