Rafael Mendonça França
Rafael Mendonça França
One thin we need to do is to fix this anonymous module to call `super`.
Both ideas are great, but I was wondering, why not `app/assets/sprites` instead of `app/sprites`?
Lets do this.
You mean like `saved_changes` added in rails 5.1?
Oh, I see now. Yeah, it seems fine to be as a new method, but I don't think we should change an existing behavior. @sgrif may have a good option...
Try changing `biding.pry` with `user.inspect`
Do you have the entire backtrace? That can help us to find where that method is being called.
Ah, I see what is happening. Since this gem don't support Rails 6 yet, bundle may had downgraded you to an incompatible version. `ActiveRecord::TypedStore::Column` don't exist anymore in the current...