Class: Mebla::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Mebla::InstallGenerator
- Defined in:
- lib/generators/mebla/install/install_generator.rb
Overview
Generates the required files for Mebla to function
Instance Method Summary collapse
-
#generate_configuration ⇒ Object
Generates mebla’s configuration file.
Instance Method Details
#generate_configuration ⇒ Object
Generates mebla’s configuration file
8 9 10 |
# File 'lib/generators/mebla/install/install_generator.rb', line 8 def generate_configuration template "mebla.yml", "config/mebla.yml" end |