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

Defined in:
lib/rails_generator/commands.rb

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



551
552
553
# File 'lib/rails_generator/commands.rb', line 551

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