How to reload only the div id on a page? I just need to reload a certain div.
in my controller I have
def mycontrolleraction ... render(:update) d
use partials to update particular div in view
render :partial => "fileame", :layout => false