aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorRyan Manuel <rfmanuel@alum.mit.edu>2016-01-28 12:43:24 -0600
committerRyan Manuel <rfmanuel@alum.mit.edu>2016-01-28 12:43:24 -0600
commit31701fbdf28688ba53b8f2d2d26904954ae1b976 (patch)
tree1db61358471014397f66f0e34399cdfee1806cdf /guides
parent2637fb75d82e1c69333855abd58c2470994995d3 (diff)
downloadrails-31701fbdf28688ba53b8f2d2d26904954ae1b976.tar.gz
rails-31701fbdf28688ba53b8f2d2d26904954ae1b976.tar.bz2
rails-31701fbdf28688ba53b8f2d2d26904954ae1b976.zip
Add an after_bundle callback in Rails plugin templates
Diffstat (limited to 'guides')
-rw-r--r--guides/source/5_0_release_notes.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md
index 2650384df3..6537b089a9 100644
--- a/guides/source/5_0_release_notes.md
+++ b/guides/source/5_0_release_notes.md
@@ -120,6 +120,9 @@ Please refer to the [Changelog][railties] for detailed changes.
([Pull Request](https://github.com/rails/rails/pull/22457),
[Pull Request](https://github.com/rails/rails/pull/22288))
+* Introduced an `after_bundle` callback for use in Rails plugin templates.
+ ([Pull Request](https://github.com/rails/rails/pull/))
+
Action Pack
-----------