Undefined method 'expr' for 1000:Fixnum
Closed this issue · 2 comments
david-frederick commented
I'm getting an Undefined method 'expr' for Fixnum
error when I run the following in the console:
SeedDump.dump(IngestHistory, file: '../project/tmp/seeds/ingest_histories.rb', limit: 20)
I get the same error when I run the equivalent command from a terminal. I hope to find the time to contribute and look into this error, but right this second I figured I'd get the issue out there.
david-frederick commented
Turns out this was not a real bug in seed_dump. I apologize for raising an unnecessary issue.
rroblak commented
No worries, thanks for following up @david-frederick :)