How to store different site parameters in database with Rails?
- by Igor Alexandrov
Hello. There are a lot of ways to store site preferences in database. But what if I need to manage datatypes. So some preferences will be boolean, others strings, others integers.
How can I organize such store?