Resolve “Could not dump table because of following FrozenError can’t modify frozen String: “false”
Photo by Markus Spiske on Unsplash
If you encountered this problem in your schema.rb file:
# Could not dump table "users" because of following FrozenError# can't modify frozen String: "false"
Then, do the following:
Create file config/initializers...
vchkhr.com1 min read