Sha256: 73c0ec3498ac0f5d11b817571024c64684937250f9509d8182bd231b1ec131be

Contents?: true

Size: 187 Bytes

Versions: 2

Compression:

Stored size: 187 Bytes

Contents

require "rails/generators"

module Secondbureau
  class GeneratorsController < ApplicationController
    
    def index
      @generators_info = Rails::Generators.help
    end

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
secondbureau-0.0.4.1 app/controllers/secondbureau/generators_controller.rb
secondbureau-0.0.4 app/controllers/secondbureau/generators_controller.rb