module ActionView::ViewPaths
def lookup_context
information required for looking up templates, i.e. view paths and
LookupContext is the object responsible for holding all
def lookup_context @_lookup_context ||= ActionView::LookupContext.new(self.class._view_paths, details_for_lookup, _prefixes) end