Skip to content

Commit 39af4a5

Browse files
committed
Fix misunderstanding in jbuilder section
1 parent 7f9c35d commit 39af4a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ Use gon with [Jbuilder](https://github.com/rails/jbuilder) as with [Rabl](https:
265265
# some controller logic
266266
@posts = Post.all
267267
268-
gon.jbuilder 'app/views/posts/index.json.jbuilder'
268+
gon.jbuilder
269269
# some controller logic
270270
end
271271
```

0 commit comments

Comments
 (0)