Rails: Best practice to store user settings?

后端 未结 5 961
不知归路
不知归路 2020-12-14 07:43

I\'m wondering what the best way is to store user settings? For a web 2.0 app I want users to be able to select certain settings. At the moment is it only when to receive em

5条回答
  •  自闭症患者
    2020-12-14 08:29

    We use the helpful plugin called HasEasy. It stores the data in a vertical table, but allows you to add validations, pre/post storage processing, types, etc.

提交回复
热议问题