Flowdock
blocks(options_constraints, scope_blocks) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# 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
Register or log in to add new notes.