class AbstractController::Base

def self.supports_path?

support paths, only full URLs.
may return false. An Email controller for example does not
a path. A subclass of +AbstractController::Base+
Returns true if the given controller is capable of rendering
def self.supports_path?
  true
end