module ActionView::ViewPaths

def self.set_view_paths(klass, paths)

def self.set_view_paths(klass, paths)
  @all_view_paths[klass] = paths
end