Class: HumansGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- HumansGenerator
- Defined in:
- lib/generators/humans/humans_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_humans_txt ⇒ Object
6 7 8 |
# File 'lib/generators/humans/humans_generator.rb', line 6 def copy_humans_txt copy_file 'humans.txt', 'public/humans.txt' end |