Class: Placed::Generators::ConfigGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Placed::Generators::ConfigGenerator
- Defined in:
- lib/generators/config_generator.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.source_root ⇒ Object
11 12 13 |
# File 'lib/generators/config_generator.rb', line 11 def self.source_root @placed_source_root ||= File.("../templates", __FILE__) end |
Instance Method Details
#create_config_file ⇒ Object
15 16 17 |
# File 'lib/generators/config_generator.rb', line 15 def create_config_file template 'placed.yml', File.join('config', 'placed.yml') end |