このコードの f.select ヘルパーを作成しました
<select>
<option>abc</option>
<option>def</option>
<option selected>ghi</option>
</select>
<%= f.select(:xFields, ['abc', 'def', 'ghi]) %>
オプション「ghi」をデフォルトとして選択するにはどうすればよいですか?