method
full_template_path
v2.0.3 -
Show latest stable
- Class:
ActionView::Base
full_template_path(template_path, extension)public
Gets the full template path with base path for the given template_path and extension.
full_template_path('users/show', 'html.erb') # => '~/rails/app/views/users/show.html.erb