Class: Maktoub::Generators::ConfigGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Maktoub::Generators::ConfigGenerator
- Defined in:
- lib/generators/maktoub/config_generator.rb
Instance Method Summary collapse
Instance Method Details
#generate_maktoub ⇒ Object
6 7 8 |
# File 'lib/generators/maktoub/config_generator.rb', line 6 def generate_maktoub copy_file "maktoub.rb", "config/initializers/maktoub.rb" end |