method

with_default_scope

rails latest stable - Class: ActionDispatch::Routing::Mapper::Base

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v6.0.0) is shown here.

with_default_scope(scope, &block)
public

No documentation available.

# File actionpack/lib/action_dispatch/routing/mapper.rb, line 647
        def with_default_scope(scope, &block)
          scope(scope) do
            instance_exec(&block)
          end
        end