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.
2 parents d04dbcf + 79d966d commit cd4f38bCopy full SHA for cd4f38b
guides/source/rails_application_templates.md
@@ -255,7 +255,7 @@ git commit: "-a -m 'Initial commit'"
255
### after_bundle(&block)
256
257
Registers a callback to be executed after the gems are bundled and binstubs
258
-are generated. Useful for all generated files to version control:
+are generated. Useful for adding generated files to version control:
259
260
```ruby
261
after_bundle do
0 commit comments