Method: Rails::Generator::Commands::Update#file
- Defined in:
- lib/rails_generator/commands.rb
#file(relative_source, relative_destination, options = {}) ⇒ Object
585 586 587 |
# File 'lib/rails_generator/commands.rb', line 585 def file(relative_source, relative_destination, = {}) # logger.file relative_destination end |