Skip to content
This repository was archived by the owner on Jun 21, 2018. It is now read-only.
This repository was archived by the owner on Jun 21, 2018. It is now read-only.

fields_for :index problem #3

@laurynas

Description

@laurynas

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' %>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions