instance method
extract_value
Ruby on Rails 2.3.18
Since v2.3.18 Last seen in v2.3.18Signature
extract_value()
No documentation comment.
Source
# File actionpack/lib/action_controller/routing/segments.rb, line 328
def extract_value
"#{local_name} = options[:#{key}] && options[:#{key}].to_s.downcase"
end
Defined in actionpack/lib/action_controller/routing/segments.rb line 328
· View on GitHub
· Improve this page
· Find usages on GitHub