Flowdock
method

full_template_path

Importance_1
v2.0.3 - Show latest stable - 0 notes - 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
Show source
Register or log in to add new notes.