Simone Borgnese

Results 1 comments of Simone Borgnese

I get the same error with: ``` driver = Driver.last wb.add_worksheet(name: driver.fullname) ``` resolved with: `wb.add_worksheet(name: "#{driver.fullname}")`