Skip to content

Commit

Permalink
catalog#sms_form should use the #id accessor
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Mar 21, 2015
1 parent b386f4e commit a28c412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/catalog/_sms_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

</div>
<% @documents.each do |doc| %>
<%=hidden_field_tag "id[]", doc.get(:id)%>
<%=hidden_field_tag "id[]", doc.id %>
<% end %>
</div>
<div class="modal-footer">
Expand Down

0 comments on commit a28c412

Please sign in to comment.