module ActionView::ViewPaths

def lookup_context

details. Check ActionView::LookupContext for more information.
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