Is it possible to render partial from database instead of file?
render :partial => "person" =====> this render from file.
How about partial rendering by injecting string of "rhtml" dynamically which coming from database?
Thank you in advance,
Is it possible to render partial from database instead of file?
render :partial => "person" =====> this render from file.
How about partial rendering by injecting string of "rhtml" dynamically which coming from database?
Thank you in advance,
Is it possible to render partial from database instead of file?
render :partial => "person" =====> this render from file.
Well there's render :inline which you might be able to bend to your
will.
Fred
Frederick Cheung wrote:
Frederick Cheung wrote: