Is it possible to string together methods? I've tr...
# advancedpdf
e
Is it possible to string together methods? I've tried
record.shipmethod?upper_case?contains("PRIORITY")
but this doesn't catch a shipping method of "Priority Overnight"
NVM, I was wrong. I was referencing the wrong field, chaining of methods works as expected