How to get the multiple selected Combobox value

<% users.each do |user| %> <%= user %> <% end %>

How to get the multiple selected value in the controller.

Now if I say
" puts params[:user_name] "

only the last selected value is coming .

Plzz Help

Thanks in advance,
Antony

try:

Thanks Boss Its Working …

Thanks a Lot :slight_smile:

Sharagoz – wrote:

try: