I need to change the default_view setting for a category from the command line due to a plugin conflict. I have tried this but it’s not working, can anyone help a rails noob? Thanks!
myCategory = Category.find_by(id: 8)
myCategory.default_view = "latest"