class SerializableGuest < JSONAPI::Serializable::Resource type 'guest' attributes :id, :email attribute :name do "#{@object.first_name} #{@object.last_name}" end end