Flowdock
method

extract_value

Importance_0
v2.1.0 - Show latest stable - 0 notes - Class: ActionController::Routing::PathSegment
extract_value() 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 251
      def extract_value
        "#{local_name} = hash[:#{key}] && hash[:#{key}].collect { |path_component| URI.escape(path_component.to_param, ActionController::Routing::Segment::UNSAFE_PCHAR) }.to_param #{"|| #{default.inspect}" if default}"
      end
Register or log in to add new notes.