class ActionDispatch::Routing::Mapper::Mapping

def default_controller

def default_controller
  options[:controller] || scope[:controller]
end