module SystemTester
  class StairStepsController < ApplicationController

    def create
      stair_step = StairStep.new(stair_step_params)