Class: Mp3Player::Generators::YmlGenerator

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

Instance Method Summary collapse

Instance Method Details

#copy_ymlObject



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