class AbstractController::Base
def self.supports_path?
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
def self.supports_path? true end