search for: recordshash

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

2006 May 09
6
Create checkboxes on page using contents of a hash
Hi all, I have a hash that is created in the index method of my controller. After it is created, the index.rhtml page is rendered. Upon this rendering I would like to create a check box for each key/value in the hash. The has is @recordsHash I have been trying varying stratagies like the one below, but to no avail. Do you have any ideas? Thanks for your help on this! html lang=''en"> <head> </head> <body> Some text here </br> <%= form_tag(:controller => "AddMassMail",...