コレクションのモデル属性を select-options クラスに渡すことは可能ですか?
<%= f.collection_select :bank_connection_id, BankConnection.all, :id, :bank_name, {:class => ? } %>
Questmark は、BankConnection の属性を使用したい場所を示しています。属性の名前は customer_id です。
この背景: Rails 用のチェーン プラグインを使用したいので、クラスを特定の顧客 ID に設定する必要があります。
ご協力いただきありがとうございます。
トバイアス