Class: Maktoub::Generators::ConfigGenerator

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

Instance Method Summary collapse

Instance Method Details

#generate_maktoubObject



6
7
8
# File 'lib/generators/maktoub/config_generator.rb', line 6

def generate_maktoub
  copy_file "maktoub.rb", "config/initializers/maktoub.rb"
end