# frozen_string_literal: true class StepTableSerializer < ActiveModel::Serializer attributes :name end