class ActionDispatch::Routing::Mapper::Mapping

def optional_format?

def optional_format?
  options[:format] != false && !path.include?(':format') && !path.end_with?('/')
end