instance method
path
Ruby on Rails 2.2.3
Last seen in v2.3.18Available in: v2.2.3 v2.3.18
Signature
path()
No documentation comment.
Source
# File actionpack/lib/action_view/template.rb, line 40
def path
[base_path, [name, format, extension].compact.join('.')].compact.join('/')
end
Defined in actionpack/lib/action_view/template.rb line 40
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::Template