You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 21, 2018. It is now read-only.
I have a problem passing custom :index to fields_for, like
<%= f.fields_for :item, item, :index => 'someindex' do |fields| %>
for all fields it works fine except calendar_date_select
If I pass :index to calendar_date_select it works fine:
<%= fields.calendar_date_select :date, :index => 'someindex' %>