module AbstractController::ViewPaths
def lookup_context
templates, i.e. view paths and details. Check ActionView::LookupContext for more
LookupContext is the object responsible to hold all information required to lookup
def lookup_context @lookup_context ||= ActionView::LookupContext.new(self.class._view_paths, details_for_lookup) end