class ActionDispatch::Routing::PolymorphicRoutes::HelperMethodBuilder
def self.singular(prefix, suffix)
def self.singular(prefix, suffix) new(->(name) { name.singular_route_key }, prefix, suffix) end
def self.singular(prefix, suffix) new(->(name) { name.singular_route_key }, prefix, suffix) end