=semantic_form_for [:admin, @reseaux] do |f| .content =f.inputs do =f.input :name, :label => "Nom du réseau : " =f.input :chef_reseau, :label => "Chef réseau : ", :collection => Customer.where(:chef_reseau => true).pluck(Arel.sql("CONCAT(`firstname`, ' ', `name`)"), :id) .actions= f.submit "Sauvegarder", :class => "btn btn-primary"