class Rails::Application

def isolate_namespace(mod)

Sends the +isolate_namespace+ method up to the class method.
def isolate_namespace(mod)
  self.class.isolate_namespace(mod)
end