Class: Noa::Layout::InstallGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/noa/layout/install_generator.rb

Class Method Summary collapse

Class Method Details

.source_rootObject


4
5
6
# File 'lib/generators/noa/layout/install_generator.rb', line 4

def self.source_root
  @source_root ||= File.join(__dir__, "templates")
end