Class: Chlorine::Generators::ConfigGenerator

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

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.source_rootObject



6
7
8
# File 'lib/rails/generators/chlorine/config/config_generator.rb', line 6

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

Instance Method Details

#create_config_fileObject



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