method

filename

filename()
public

No documentation available.

# 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