require "rails/generators" module Secondbureau class GeneratorsController < ApplicationController def index @generators_info = Rails::Generators.help end end end