instance method
apply_rails_template
Ruby on Rails 3.0.20
Since v3.0.20 Last seen in v3.0.20Signature
apply_rails_template()
No documentation comment.
Source
# File railties/lib/rails/generators/rails/app/app_generator.rb, line 302
def apply_rails_template
apply rails_template if rails_template
rescue Thor::Error, LoadError, Errno::ENOENT => e
raise Error, "The template [#{rails_template}] could not be loaded. Error: #{e}"
end
Defined in railties/lib/rails/generators/rails/app/app_generator.rb line 302
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Generators::AppGenerator