Sha256: 119fa1c56e120df8ce028ded635d82c7cf7ed43eb21854541c316c4af75c22a8

Contents?: true

Size: 312 Bytes

Versions: 13

Compression:

Stored size: 312 Bytes

Contents

class RuntimeerrorNotifier::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

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
runtimeerror_notifier-0.0.23 lib/generators/runtimeerror_notifier/install_generator.rb
runtimeerror_notifier-0.0.22 lib/generators/runtimeerror_notifier/install_generator.rb
runtimeerror_notifier-0.0.21 lib/generators/runtimeerror_notifier/install_generator.rb
runtimeerror_notifier-0.0.20 lib/generators/runtimeerror_notifier/install_generator.rb
runtimeerror_notifier-0.0.19 lib/generators/runtimeerror_notifier/install_generator.rb
runtimeerror_notifier-0.0.18 lib/generators/runtimeerror_notifier/install_generator.rb
runtimeerror_notifier-0.0.17 lib/generators/runtimeerror_notifier/install_generator.rb
runtimeerror_notifier-0.0.15 lib/generators/runtimeerror_notifier/install_generator.rb
runtimeerror_notifier-0.0.14 lib/generators/runtimeerror_notifier/install_generator.rb
runtimeerror_notifier-0.0.13 lib/generators/runtimeerror_notifier/install_generator.rb
runtimeerror_notifier-0.0.12 lib/generators/runtimeerror_notifier/install_generator.rb
runtimeerror_notifier-0.0.11 lib/generators/runtimeerror_notifier/install_generator.rb
runtimeerror_notifier-0.0.10 lib/generators/runtimeerror_notifier/install_generator.rb