Flowdock
method

requirements

Importance_0
v4.0.2 - Show latest stable - 0 notes - Class: Route
requirements() public

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/journey/route.rb, line 44
      def requirements # :nodoc:
        # needed for rails `rake routes`
        path.requirements.merge(@defaults).delete_if { |_,v|
          /.+?/ == v
        }
      end
Register or log in to add new notes.