method

default_regexp_chunk

default_regexp_chunk()
public

No documentation available.

# File actionpack/lib/action_controller/routing/segments.rb, line 288
      def default_regexp_chunk
        "(.*)"
      end