class ActionController::Routing::PathSegment::Result
Public Class Methods
new_escaped(strings)
click to toggle source
# File lib/big_record/routing_ext.rb, line 14 def self.new_escaped(strings) new strings.collect {|str| CGI.unescape(str)} end