Sha256: 23ab0eabd07eb4e5f1118b3b9fe8360074df18afa5ba0dcf2eccda0e95f4629c

Contents?: true

Size: 198 Bytes

Versions: 1

Compression:

Stored size: 198 Bytes

Contents

require "rails/generators"

module Rails
  class GeneratorsController < RailsInfoController
    layout 'rails_info'

    def index
      @generators_info = Rails::Generators.help
    end

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
secondbureau-0.0.4.3 app/controllers/rails/generators_controller.rb