# File app/helpers/attendance_adm_helper.rb, line 54 def orientation_select(form,field) form.select field, CertifFormat::Orientations.map {|k, v| [_(v), k]} end