How do I set up personalize

How do I set up a personalization option?

I use devise, and like the user can set up personal option for website, for example user can set up how many items to display per page, and every time users login, user will see the option work.

How do I do that?

Store the attributes in the users table and then use them for controlling the views.

Colin

Hi Colin,

Many thanks for reply, i am working on it right now.