test/apps/rails4/app/views/posts/edit.html.erb in groonga-client-model-0.9.9 vs test/apps/rails4/app/views/posts/edit.html.erb in groonga-client-model-1.0.0
- old
+ new
@@ -1,6 +1,6 @@
<h1>Editing Post</h1>
-<%= render 'form', post: @post %>
+<%= render 'form' %>
<%= link_to 'Show', @post %> |
<%= link_to 'Back', posts_path %>