Class: Placed::Generators::ConfigGenerator

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

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.source_rootObject



11
12
13
# File 'lib/generators/config_generator.rb', line 11

def self.source_root
  @placed_source_root ||= File.expand_path("../templates", __FILE__)
end

Instance Method Details

#create_config_fileObject



15
16
17
# File 'lib/generators/config_generator.rb', line 15

def create_config_file
  template 'placed.yml', File.join('config', 'placed.yml')
end