Sha256: bcb97d427947a0ca98011c94385fe6a56014a15004b362989f134096c2a42b12

Contents?: true

Size: 237 Bytes

Versions: 1

Compression:

Stored size: 237 Bytes

Contents

module Stationed
  module Generators
    module Plugins
      module Generators
        def finish_template
          copy_file 'generators.rb', 'config/initializers/generators.rb'
          super
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
stationed-0.0.1 lib/stationed/generators/plugins/generators.rb