method
blocks
v4.2.9 -
Show latest stable
- Class:
ActionDispatch::Routing::Mapper::Mapping
blocks(options_constraints, scope_blocks)private
No documentation available.
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 323
def blocks(options_constraints, scope_blocks)
if options_constraints && !options_constraints.is_a?(Hash)
verify_callable_constraint(options_constraints)
[options_constraints]
else
scope_blocks || []
end
end