Skip to content

Commit

Permalink
Fixed the failing test #194.
Browse files Browse the repository at this point in the history
  • Loading branch information
juhijariwala committed Jun 10, 2015
1 parent 3e05075 commit 5443036
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,5 +1,5 @@
<div class="fieldset">
<%= md5_field %>
<%= register_defaultable_list(nested_name) %>
<%= render :partial => 'admin/shared/name_value', locals: {scope: {form: form, collection: collection, collection_name: collection_name}} %>
<%= render :partial => 'admin/shared/name_value', :locals => {:scope => {form: form, collection: collection, collection_name: collection_name}} %>
</div>

0 comments on commit 5443036

Please sign in to comment.