Class: SystemTester::StepTypesController

Inherits:
ApplicationController show all
Defined in:
app/controllers/system_tester/step_types_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



5
6
7
# File 'app/controllers/system_tester/step_types_controller.rb', line 5

def index
  render json: Step.leafs
end

#parentsObject



9
10
11
# File 'app/controllers/system_tester/step_types_controller.rb', line 9

def parents
  render json: Step.parent_types
end