hello-gem/hello

View on GitHub
lib/generators/hello/install/templates/root/root_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class RootController < ApplicationController
  kick :onboarding

  def index
  end
end