Method deprecated

This method is deprecated on the latest stable version of Rails. The last existing version (v2.0.3) is shown here.

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
Show source
Register or log in to add new notes.