module ActionView::ViewPaths::ClassMethods

def local_prefixes

Prefixes defined here will still be added to parents' ._prefixes.
Override this method in your controller if you want to change paths prefixes for finding views.
def local_prefixes
  [controller_path]
end