Closed erniebrodeur closed 11 years ago
tokens.each {|k,v| send("#{k}=", tokens[k])}
This ensures priority and timestamp work, but overrides whatever you just configured as a result.
Instead, I need to refactor out the 'magic' into something else, so params are not destroyed.
tokens.each {|k,v| send("#{k}=", tokens[k])}
This ensures priority and timestamp work, but overrides whatever you just configured as a result.
Instead, I need to refactor out the 'magic' into something else, so params are not destroyed.