Dear All,
I m using the below select helper for my select helper which works fine.
<%=privilege. select :AC,Role.find(:all,:conditions => {:role_type =>
“AC”}).collect {|c| [ c.role_name, c.id ] },{},{:class => “txtbox”} %>
Its generates the below html…
Trainees Test Group RoleIs it possible to add title for the select options…
i need like below…is it possible to get this via rails select
helper…
Kindly give your suggestions and helps.
Thanks