diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2018-07-26 14:56:25 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2018-07-26 14:56:25 -0700 |
commit | 9954ce515353627322a6df1f9bf48fed3fffcfea (patch) | |
tree | 788b3a1e7f8ce2241179fa2002e4aba8e0ea29fe | |
parent | 3ea2857943dc294d7809930b4cc5b318b9c39577 (diff) | |
download | rails-9954ce515353627322a6df1f9bf48fed3fffcfea.tar.gz rails-9954ce515353627322a6df1f9bf48fed3fffcfea.tar.bz2 rails-9954ce515353627322a6df1f9bf48fed3fffcfea.zip |
I cannot spell
-rw-r--r-- | activesupport/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index e789d7fa20..8808b38aac 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,5 +1,5 @@ * Add "event object" support to the notification system. - Before this change, end users were forced to create hand made arsenal + Before this change, end users were forced to create hand made artisanal event objects on their own, like this: ActiveSupport::Notifications.subscribe('wait') do |*args| |