# File lib/routing_filter.rb, line 13
    def build(name, options)
      const_get(name.to_s.camelize).new(options)
    end