method
apply_rails_template
v4.2.1 -
Show latest stable
- Class:
Rails::Generators::AppBase
apply_rails_template()protected
No documentation available.
# File railties/lib/rails/generators/app_base.rb, line 142
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