<%= form_tag({controller: :user_sessions, action: :new}, method: 'get') do %> <%= select_tag(:session_pixtech_select, options_for_select(pixtech_select_list), include_blank: true, class: "form-control input-xs select_pixtech" ) %> <%= submit_tag 'OK', class: 'btn' %> <% end %>