Flowdock
method

interpolation_chunk

Importance_0
v2.2.1 - Show latest stable - 0 notes - Class: ActionController::Routing::DynamicSegment
interpolation_chunk(value_code = local_name) 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_controller/routing/segments.rb, line 171
      def interpolation_chunk(value_code = local_name)
        "\#{URI.escape(#{value_code}.to_s, ActionController::Routing::Segment::UNSAFE_PCHAR)}"
      end
Register or log in to add new notes.