app/controllers/playbook/guides_controller.rb



# frozen_string_literal: true

require_dependency "playbook/application_controller"

module Playbook
  class GuidesController < ApplicationController
    def create_kit; end

    def use_nitro; end
  end
end