Class: Chlorine::Generators::ConfigGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Chlorine::Generators::ConfigGenerator
- Defined in:
- lib/rails/generators/chlorine/config/config_generator.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.source_root ⇒ Object
6 7 8 |
# File 'lib/rails/generators/chlorine/config/config_generator.rb', line 6 def self.source_root @_chlorine_source_root ||= File.("../templates", __FILE__) end |
Instance Method Details
#create_config_file ⇒ Object
10 11 12 |
# File 'lib/rails/generators/chlorine/config/config_generator.rb', line 10 def create_config_file template 'chlorine.yml', File.join('config', 'chlorine.yml') end |