This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/serializers/email_log_serializer.rb
2013-02-07 16:45:24 +01:00

7 lines
187 B
Ruby

class EmailLogSerializer < ApplicationSerializer
attributes :id, :to_address, :email_type, :user_id, :created_at
has_one :user, serializer: BasicUserSerializer, embed: :objects
end