search for: handlebarsj

Displaying 1 result from an estimated 1 matches for "handlebarsj".

Did you mean: handlebars
2012 Aug 30
4
how to change theme in rails 3.2.7
...2.7. I have few themes in my public/themes folder. For example in my theme-1 folder there is one index.html + style.css + few images (if required) At the time of registration user will select one theme. Now when the user will login that theme will display. I will use handle bar(http://handlebarsjs.com/) for data insertion. My main problem is that how I''ll load the theme from public/themes folder to the user after login. My controller is below after user login class ClientUsersController < ApplicationController def index end end Right now when user login h...