class AbstractController::Base

def self.supports_path?

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