Returns true is the file may be rendered implicitly.
# File action_view/base.rb, line 343 def file_public?(template_path)#:nodoc: template_path.split('/').last[0,1] != '_' end
<code/>
<pre/>
<code/>and<pre/>for code samples.