codeforamerica/michigan-benefits

View on GitHub
app/controllers/household_introduction_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class HouseholdIntroductionController < SnapStepsController
  def edit; end

  def update
    redirect_to(next_path)
  end
end