We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46c6070 commit fb3f759Copy full SHA for fb3f759
README.md
@@ -309,8 +309,8 @@ For example I want to tell anybody my application session secret token :) Now wi
309
`config/initializers/secret_token.rb`
310
311
```ruby
312
-GonTest::Application.config.secret_token = 'You can't see my token'
313
-Gon.global.session = 'You can't see it I said'
+GonTest::Application.config.secret_token = "You can't see my token"
+Gon.global.session = "You can't see it I said"
314
```
315
316
`in some js which can reach window.gon variable`
0 commit comments