Displaying 1 result from an estimated 1 matches for "8193538d".
Did you mean:
190538d
2006 Jun 01
2
How to call database variables from "Public" folder?
If I want to use for example,
<% for product in @products %>
in "index.html" (for HomePage) of the "public" folder to call the
objects in "products" database table, how do I do that please?
It seems that I could not directly call it in the file.
actually, I want to partial-render a list for products in the homepage.
I think there must be a smart way.
btw, is