Method: Rails::Generator::Commands::List#complex_template
- Defined in:
- lib/rails_generator/commands.rb
#complex_template(relative_source, relative_destination, options = {}) ⇒ Object
559 560 561 |
# File 'lib/rails_generator/commands.rb', line 559 def complex_template(relative_source, relative_destination, = {}) logger.template "#{[:insert]} inside #{relative_destination}" end |