instance method
template
Ruby on Rails 2.3.18
Since v2.2.3 Last seen in v2.3.18Available in: v2.2.3 v2.3.18
Signature
template(relative_source, relative_destination, options = {})
No documentation comment.
Parameters
-
relative_sourcereq -
relative_destinationreq -
optionsopt = {}
Source
# File railties/lib/rails_generator/commands.rb, line 588
def template(relative_source, relative_destination, options = {})
# logger.template relative_destination
end
Defined in railties/lib/rails_generator/commands.rb line 588
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Generator::Commands::Update