ここselect
には、オプションとして定義された文字列があり、もう1つは@reps
オブジェクトからマップされているフィールドがあります
それは言い続けているundefined method 'map' for nil class
スニペット:
= f.select :representative, [@reps.map{|me| [me.select_name, me.id]},["Other"]], :autofocus => true
任意の回避策をいただければ幸いです
ここselect
には、オプションとして定義された文字列があり、もう1つは@reps
オブジェクトからマップされているフィールドがあります
それは言い続けているundefined method 'map' for nil class
スニペット:
= f.select :representative, [@reps.map{|me| [me.select_name, me.id]},["Other"]], :autofocus => true
任意の回避策をいただければ幸いです