multiple "view" directories to achieve rails "themes"

Hi

I'd like to have various "themes" for my site that cannot be achieved by changing the CSS or anything else.

So my directory structure might look like this:

app    \ views

Maybe I just need to ask it this way:

At the end of every action the "render" function is called automatically with no options (unless the programmer explicitly calls it).

Any clues as to how I would override that method to modify the folder path for the "view" files?

Any tips would be heaps appreciated

thanks guys

Maybe I just need to ask it this way:

At the end of every action the "render" function is called automatically with no options (unless the programmer explicitly calls it).

Any clues as to how I would override that method to modify the folder path for the "view" files?

Any tips would be heaps appreciated

You might want to look at GitHub - coderberry/themes: Commonly Used Themes .

thanks guys

Best,