method

id_constraint?

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

Method deprecated or moved

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

id_constraint?()
protected

No documentation available.

# File actionpack/lib/action_dispatch/routing/mapper.rb, line 1420
          def id_constraint? #:nodoc:
            @scope[:constraints] && @scope[:constraints][:id].is_a?(Regexp)
          end