class PostActionUserSerializer < BasicUserSerializer
attributes :id, :username, :avatar_template, :post_url
def id
object.user.id
end
def username
object.user.username
def avatar_template
object.user.avatar_template
def post_url
object.related_post_id