module ActionDispatch::Routing::Mapper::Base
def with_default_scope(scope, &block)
def with_default_scope(scope, &block) scope(scope) do instance_exec(&block) end end
def with_default_scope(scope, &block) scope(scope) do instance_exec(&block) end end