Method: Rails::Generator::Commands::List#template
- Defined in:
- lib/rails_generator/commands.rb
#template(relative_source, relative_destination, options = {}) ⇒ Object
555 556 557 |
# File 'lib/rails_generator/commands.rb', line 555 def template(relative_source, relative_destination, = {}) logger.template relative_destination end |