I am working with rails and am trying to implement a feature into my blogging application. I would like to have the option to choose a design for my blog. I would of course make the design and code them but after they are coded I would like to have the choice of using one of my designs.
How would/should I approach this?
Make controller for choosing design form list (of course check vaild of choise). Save choose in session and try this:
In layout:
In application.rb
I think that should work.
Other idea is change to different layout.