method

template

template()
private

No documentation available.

# File actionpack/lib/action_view/digestor.rb, line 87
      def template
        @template ||= finder.find(logical_name, [], partial?, formats: [ format ])
      end