Method: Rails::Generator::Commands::List#file

Defined in:
lib/rails_generator/commands.rb

#file(relative_source, relative_destination, options = {}) ⇒ Object



511
512
513
# File 'lib/rails_generator/commands.rb', line 511

def file(relative_source, relative_destination, options = {})
  logger.file relative_destination
end