• A
    Use custom visitor class for optimized url helpers · 86cf7a2d
    Andrew White 提交于
    Rather than trying to use gsub to remove the optional route segments,
    which will fail with nested optional segments, use a custom visitor
    class that returns a empty string for group nodes.
    
    Closes #9524
    86cf7a2d
visitors.rb 4.2 KB