method
id_constraint?
v3.2.1 -
Show latest stable
- Class:
ActionDispatch::Routing::Mapper::Resources
id_constraint?()protected
No documentation available.
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 1414
def id_constraint? #:nodoc:
@scope[:constraints] && @scope[:constraints][:id].is_a?(Regexp)
end