no implicit conversion of nil into String
Hi Gabriel, big fan of your work, thank you for all your contributions.
I was using console_update, hirb, and boson heavily in an inventory management application in 2013. I've tried using console update in my new projects but am getting this error.
Some record(s) didn't update because of this error: no implicit conversion of nil into String
Even when scoping like such: can_console_update :only => %w{name}
I've tried calling console update on single records i.e. Product.first.console_update and multiple records but get the error no matter what.
I am using: ruby '2.6.2' gem 'rails', '~> 5.2.2', '>= 5.2.2.1'
Sorry I'm not smart enough to debug this on my own, I would appreciate you looking into it. BTW thanks for the alias gem, saves me so many keystrokes everyday.