-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: no implicit conversion of Hash into String #62
Comments
Hi @gregoryfm - thanks for the issue. Your syntax appears to be correct and I haven't been able to reproduce your issue. What version of the gem are you using? What versions of Ruby/Rails/PaperTrail? Do you get a stacktrace that you can provide when you get the |
Hi @dinjas Ruby: 2.5.3 Stacktrace:
|
In my experience this is most likely a parser issue where the data like
Bottomline is it may be data specific and if we could confirm that, then it may be possible to avoid the issue as a special case. Without looking at the data that results it would be difficult to say for certain. |
First, thank you for this gem.
I'm trying to use the view changes in a time range:
PaperTrailScrapbook::UserJournal.new(who, start: "2021-03-15".to_datetime.beginning_of_day, end: "2021-03-19".to_datetime.end_of_day).story
But it gives this error:
TypeError: no implicit conversion of Hash into String
Thanks.
The text was updated successfully, but these errors were encountered: