instance method
relative_path_for_template_file
Ruby on Rails 2.3.18
Since v2.3.18 Last seen in v2.3.18 PrivateSignature
relative_path_for_template_file(full_file_path)
No documentation comment.
Parameters
-
full_file_pathreq
Source
# File actionpack/lib/action_view/template.rb, line 54
def relative_path_for_template_file(full_file_path)
full_file_path.split("#{@path}/").last
end
Defined in actionpack/lib/action_view/template.rb line 54
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::Template::Path