I'm building a template system for a CMS in Rails 3, with each template placed in {application_root}/templates/{template_name}/.
For each template I would like to have a public-directory that overrides the standard one. How can it be done?
I'm building a template system for a CMS in Rails 3, with each template placed in {application_root}/templates/{template_name}/.
For each template I would like to have a public-directory that overrides the standard one. How can it be done?