Hi there,
I have a rake task that I created to populate my database with fake data. One of my models has a before_validation
callback method which uses the blank?
method. When I run my rake task, the task is aborted with the following message:
rake aborted!
undefined method `blank' for #<BigDecimal:101848c10,'0.35E2',9(18)>