method
interpolation_chunk
v2.1.0 -
Show latest stable
- Class:
ActionController::Routing::DynamicSegment
interpolation_chunk(value_code = "#{local_name}")public
No documentation available.
# File actionpack/lib/action_controller/routing/segments.rb, line 155
def interpolation_chunk(value_code = "#{local_name}")
"\#{URI.escape(#{value_code}.to_s, ActionController::Routing::Segment::UNSAFE_PCHAR)}"
end