class WhatToWearWhileYourGrandmaYellsAtYouSerializer < ActiveModel::Serializer
attributes :adult_sized_childrens_easter_dress, :parasol, :mascara_stained_handkerchief, :analogous_undefined_accessory
end What even are serailizers? Active Model Serializers (AMS) is a gem (library) for the Ruby on Rails framework that allows you to control, modify, and manipulate the JSON output. …