search for: available_identities

Displaying 1 result from an estimated 1 matches for "available_identities".

2006 Mar 05
2
AJAX call chain and DRY questions
...path %>" /></td> </tr> <% end %> </table> </div> <br /> __________________________________ In the controller I have the action view_genre defined, called when user selects an option in the drop list: def view_genre() @identities = Identity.available_identities(params[''genre_id'']) # #Here I would like to output the array with identities in a table just like I did when the view loaded in the users browser. Problem is, I dont know how to do it and still make use of the handy html helpers. # end _____________...