Situation:
Administrative control panel which lists users and allows mass updates
of attributes from a single screen.
My code:
<%= select_tag(“person[#{person.id}][role]”, 'user
Rendered HTML:
Problem:
“admin” isn’t selected when it should be! all people have “user”
selected regardless of role defined in the DB. Any ideas?