aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorTsukuru Tanimichi <info+git@ttanimichi.com>2017-06-26 13:01:54 +0900
committerTsukuru Tanimichi <info+git@ttanimichi.com>2017-06-26 13:01:54 +0900
commitf9c43f252586a8d70687e23ae450e52f14e855a1 (patch)
treef7efe6f1a5d7fcbbcfe8e4ed79bcd85bafd845a2 /railties/CHANGELOG.md
parent98d12f1ef31014287c897fc60df4e1af70781ca3 (diff)
downloadrails-f9c43f252586a8d70687e23ae450e52f14e855a1.tar.gz
rails-f9c43f252586a8d70687e23ae450e52f14e855a1.tar.bz2
rails-f9c43f252586a8d70687e23ae450e52f14e855a1.zip
Add `railtie.rb` to the plugin generator
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 6cb8cbcd73..b9a530258d 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Add `railtie.rb` to the plugin generator
+
+ *Tsukuru Tanimichi*
+
* Deprecate `capify!` method in generators and templates.
*Yuji Yaginuma*