I want to display a selection box on a webpage using data from my DB.
The data is an array @schools returned by the find method of
ActiveRecord. I tried the following:
I want to display a selection box on a webpage using data from my DB.
The data is an array @schools returned by the find method of
ActiveRecord. I tried the following: