aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorMauro George <maurogot@gmail.com>2014-12-08 20:22:36 -0200
committerMauro George <maurogot@gmail.com>2015-01-02 12:15:03 -0200
commit00b26532f05283d2b160308522d1bd2146d6ac18 (patch)
tree593b939899618f5fecb8134ce4ee959e835adb0d /actionview/CHANGELOG.md
parent6442c90f098f7095ada0cd66bb7291b6798a5583 (diff)
downloadrails-00b26532f05283d2b160308522d1bd2146d6ac18.tar.gz
rails-00b26532f05283d2b160308522d1bd2146d6ac18.tar.bz2
rails-00b26532f05283d2b160308522d1bd2146d6ac18.zip
Add a hidden_field on the file_field
This will avoid a error be raised when the only input on the form is the `file_field`.
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index d71f29d7b0..4fa468dd91 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -3,4 +3,10 @@
*Angelo Capilleri*
+* Add a `hidden_field` on the `file_field` to avoid raise a error when the only
+ input on the form is the `file_field`.
+
+ *Mauro George*
+
+
Please check [4-2-stable](https://github.com/rails/rails/blob/4-2-stable/actionview/CHANGELOG.md) for previous changes.