Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerldixon committed Dec 9, 2024
1 parent b266618 commit dd836c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
8 changes: 1 addition & 7 deletions app/controllers/routes_into_teaching/steps_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@ class StepsController < ApplicationController

layout "registration"

protected

def not_available_path
# TODO
teacher_training_adviser_not_available_path
end

private

def noindex?
Expand All @@ -30,6 +23,7 @@ def first_step_class
def step_path(step = params[:id], params = {})
routes_into_teaching_step_path step, params
end

helper_method :step_path

def wizard_store
Expand Down
3 changes: 1 addition & 2 deletions app/models/routes_into_teaching/wizard.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ class Wizard < ::GITWizard::Base
self.steps = [
Steps::UndergraduateDegree,
Steps::UnqualifiedTeacher,
Steps::Location
Steps::Location,
]

end
end

0 comments on commit dd836c8

Please sign in to comment.