Sha256: 675cf588e1781e76658bcb08848572cfb803085aff70b57373ac93b94f93b720
Contents?: true
Size: 280 Bytes
Versions: 115
Compression:
Stored size: 280 Bytes
Contents
<% if params[:parent_id] %> <% (f.object.in_works_ids + [params[:parent_id]]).uniq.each do |work_id| %> <%= f.input :in_works_ids, as: :hidden, input_html: { value: work_id, multiple: true } %> <% end %> <%= hidden_field_tag 'parent_id', params[:parent_id] %> <% end %>
Version data entries
115 entries across 115 versions & 3 rubygems