instance method
template
Ruby on Rails 2.2.3
Since v2.2.3 Last seen in v2.3.18Available in: v2.2.3 v2.3.18
Signature
template(relative_source, relative_destination, file_options = {})
Templates are deleted just like files and the actions take the same parameters, so simply alias the file method.
Parameters
-
relative_sourcereq -
relative_destinationreq -
file_optionsopt = {}
Alias for
Defined in railties/lib/rails_generator/commands.rb
· Improve this page
· Find usages on GitHub
Defined in Rails::Generator::Commands::Destroy