Allow users change css style theme

Hi,

in my rails app , i want to allow users change style theme for their
application.
I use bootsratp and a multiple theme,
In my application.scss.erb i have :

@import current_theme_for_current_user and variables.

all work fine, but i need everytime restart my server and the
current_theme
is availaible for all users and not for current_user !!!

how do this .

thx