Caminho dos componentes do tema

Theme.where(user_selectable: true).update_all(user_selectable: false)
Theme.where(auto_update: true).update_all(auto_update: false)
Theme.clear_default!

Você pode tentar executar isso no console do Rails e ver se consegue carregar seu site depois? Se não, pode tentar reconstruir?

6 curtidas