There's no documentation for this item.
Source Code
# File action_view/partials.rb, line 162 def partial_pieces(partial_path) if partial_path.include?('/') return File.dirname(partial_path), File.basename(partial_path) else return controller.class.controller_path, partial_path end end
<code/>and<pre/>for code samples.