diff --git a/guides/source/rails_application_templates.md b/guides/source/rails_application_templates.md index 6792e8929e..0e829ac316 100644 --- a/guides/source/rails_application_templates.md +++ b/guides/source/rails_application_templates.md @@ -255,7 +255,7 @@ git commit: "-a -m 'Initial commit'" ### after_bundle(&block) Registers a callback to be executed after the gems are bundled and binstubs -are generated. Useful for all generated files to version control: +are generated. Useful for adding generated files to version control: ```ruby after_bundle do