Hi,
In my Rails application, user may have custom page templates (not for the application) which are stored in public/user_templates/user1/
the view .erb file is also stored there in the user template folder. There is an images folder inside every template folder. How can I use the relative paths of the images in the .erb file?
For example <img src"images/image1" />
Thanks, Imran