instance method
filename
Ruby on Rails 2.3.18
Since v2.3.18 Last seen in v2.3.18Signature
filename()
No documentation comment.
Source
# File actionpack/lib/action_view/template.rb, line 188
def filename
# no load_path means this is an "absolute pathed" template
load_path ? File.join(load_path, template_path) : template_path
end
Defined in actionpack/lib/action_view/template.rb line 188
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::Template