I have an error:
NoMethodError: undefined method 'some_method?' for #<Customer:0x007f8a2c5d7d80>
Customer
is a db-backed AR model.
Any way I can actually know which customer is that judging by 0x007f8a2c5d7d80
?
How do I translate it into something reasonable?