Should I create a model if it will only have 1 row?
It can seem like overkill to create a database table and a corresponding ActiveRecord model if you know for a fact that your table will only have one row. Check out this post I wrote which looks into some options. Hope you enjoy!
Post a comment