aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2016-04-05 04:32:14 -0300
committerRafael França <rafaelmfranca@gmail.com>2016-04-05 04:32:14 -0300
commit58bdf2790b6c61066a580d140117a105854d6051 (patch)
tree7fd6f10a30d2fd7ea8bd9320a5fee15eefac0cfd /activemodel/CHANGELOG.md
parent817d109c0ab6a7ab0061300b8be21ad823cb30fc (diff)
parent7bdb4b5598ec9bd7473f52e59ee58682c4d23801 (diff)
downloadrails-58bdf2790b6c61066a580d140117a105854d6051.tar.gz
rails-58bdf2790b6c61066a580d140117a105854d6051.tar.bz2
rails-58bdf2790b6c61066a580d140117a105854d6051.zip
Merge pull request #24119 from prathamesh-sonpatki/proc-messages
Allow passing record being validated to error message generator
Diffstat (limited to 'activemodel/CHANGELOG.md')
-rw-r--r--activemodel/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md
index fb7ab5cb40..7be8b2e522 100644
--- a/activemodel/CHANGELOG.md
+++ b/activemodel/CHANGELOG.md
@@ -1,3 +1,8 @@
+* Allow passing record being validated to the message proc to generate
+ customized error messages for that object using I18n helper.
+
+ *Prathamesh Sonpatki*
+
## Rails 5.0.0.beta3 (February 24, 2016) ##
* No changes.