You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To clean up keys from the database, you can use migration that could look like this
Lit.init.cache.reset
Lit::LocalizationKey.where("localization_key LIKE 'active_admin%'").destroy_all
Lit::LocalizationKey.where("localization_key LIKE 'formtastic%'").destroy_all
Lit.init.cache.reset