Sha256: 16dd714e1ac63964d4c033e502701c81dd0570559b7ac70315a3d17a7c27efc5

Contents?: true

Size: 240 Bytes

Versions: 1

Compression:

Stored size: 240 Bytes

Contents

module AppfluxRuby
  class InstallGenerator < ::Rails::Generators::Base
    source_root File.expand_path("../", __FILE__)

    def create_bugflux_initializer
      copy_file 'bugflux.rb', 'config/initializers/bugflux.rb'
    end

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
appflux_ruby-0.1.1 lib/generators/appflux_ruby/install_generator.rb