class Base::StepOneController < ApplicationController include StairMaster::Controller workflow_map BaseMap def show end def update end end