Class: Mp3Player::Generators::YmlGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Mp3Player::Generators::YmlGenerator
- Defined in:
- lib/generators/mp3_player/yml_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_yml ⇒ Object
7 8 9 |
# File 'lib/generators/mp3_player/yml_generator.rb', line 7 def copy_yml copy_file 'mp3_player.yml', 'config/mp3_player.yml' end |