method
apply_rails_template
v6.0.0 -
Show latest stable
- Class:
Rails::Generators::AppBase
apply_rails_template()private
No documentation available.
# File railties/lib/rails/generators/app_base.rb, line 166
def apply_rails_template # :doc:
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