Sha256: 87f947a3944f9a3f79114b62aa7f13f7cb8eb388ee957b0886cd500599432dba

Contents?: true

Size: 336 Bytes

Versions: 4

Compression:

Stored size: 336 Bytes

Contents

module RuntimeerrorNotifier
  class InstallGenerator < Rails::Generators::Base
    source_root File.expand_path('../templates', __FILE__)
    desc 'Creates an initializer file for RuntimeError.net at config/initializers'

    def install
      template 'initializer.rb', 'config/initializers/runtimeerror_notifier.rb'
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
runtimeerror_notifier-0.0.27 lib/generators/runtimeerror_notifier/install_generator.rb
runtimeerror_notifier-0.0.26 lib/generators/runtimeerror_notifier/install_generator.rb
runtimeerror_notifier-0.0.25 lib/generators/runtimeerror_notifier/install_generator.rb
runtimeerror_notifier-0.0.24 lib/generators/runtimeerror_notifier/install_generator.rb