Class: ErrornotGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- ErrornotGenerator
- Defined in:
- lib/rails/generators/errornot/errornot_generator.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.source_root ⇒ Object
9 10 11 |
# File 'lib/rails/generators/errornot/errornot_generator.rb', line 9 def self.source_root @_errornot_source_root ||= File.("../../../../../generators/errornot/templates", __FILE__) end |
Instance Method Details
#install ⇒ Object
13 14 15 16 17 |
# File 'lib/rails/generators/errornot/errornot_generator.rb', line 13 def install ensure_api_key_was_configured generate_initializer unless api_key_configured? test_errornot end |