huacnlee / rails-settings-cached

Global settings for your Rails application.
Other
1.06k stars 202 forks source link

cannot delete default foo and bar settings #125

Closed navjeetc closed 7 years ago

navjeetc commented 7 years ago

I cannot delete the default foo and bar settings. I tried AppConfig.delete_all and AppConfig.destroy_all. How do I remove those two settings?

navjeetc commented 7 years ago

Figured out. Those were coming from app.yml. Removed the app.yml file and all is good.

jeanfbrito commented 7 years ago

Your question resolved my problem. Thanks alot!