method
id_constraint?
rails latest stable - Class:
ActionDispatch::Routing::Mapper::Resources
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