aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/CHANGELOG.md
diff options
context:
space:
mode:
authorGeorge Claghorn <george.claghorn@gmail.com>2018-08-16 01:41:15 -0400
committerGeorge Claghorn <george.claghorn@gmail.com>2018-08-16 01:41:15 -0400
commite33c3cd8ccbecaca6c6af0438956431b02cb3fb2 (patch)
tree3c4285fda6f56507976227abd339395ab1e616ea /activestorage/CHANGELOG.md
parent51bdbc2d0198c666cd62d1404c18da477e5cbfbc (diff)
downloadrails-e33c3cd8ccbecaca6c6af0438956431b02cb3fb2.tar.gz
rails-e33c3cd8ccbecaca6c6af0438956431b02cb3fb2.tar.bz2
rails-e33c3cd8ccbecaca6c6af0438956431b02cb3fb2.zip
Extract ActiveStorage::SetCurrent
Provide a handy concern for custom Active Storage controllers that can't inherit from ActiveStorage::BaseController.
Diffstat (limited to 'activestorage/CHANGELOG.md')
-rw-r--r--activestorage/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/activestorage/CHANGELOG.md b/activestorage/CHANGELOG.md
index f6f195770c..8bfda4799e 100644
--- a/activestorage/CHANGELOG.md
+++ b/activestorage/CHANGELOG.md
@@ -1,3 +1,8 @@
+* Added the `ActiveStorage::SetCurrent` concern for custom Active Storage
+ controllers that can't inherit from `ActiveStorage::BaseController`.
+
+ *George Claghorn*
+
* Active Storage error classes like `ActiveStorage::IntegrityError` and
`ActiveStorage::UnrepresentableError` now inherit from `ActiveStorage::Error`
instead of `StandardError`. This permits rescuing `ActiveStorage::Error` to