Skip to content

Commit 46c6070

Browse files
committed
Merge branch 'master' into refactoring
Conflicts: README.md lib/gon.rb lib/gon/version.rb spec/gon/gon_spec.rb
2 parents 0a349f0 + aa93ccd commit 46c6070

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)