method

full_template_path

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