Class: NetzlaborGenerators::FirstGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- NetzlaborGenerators::FirstGenerator
- Defined in:
- lib/generators/netzlabor_generators/first_generator.rb
Class Method Summary collapse
Class Method Details
.source_root ⇒ Object
13 14 15 16 |
# File 'lib/generators/netzlabor_generators/first_generator.rb', line 13 def self.source_root puts "Hello" #@source_root ||= File.join(File.dirname(__FILE__), 'templates') end |