aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/table_metadata.rb
diff options
context:
space:
mode:
authorSean Griffin <sean@thoughtbot.com>2014-12-26 16:21:20 -0700
committerSean Griffin <sean@thoughtbot.com>2014-12-26 16:21:38 -0700
commitefe5986696960c53deca53312cc6d67c0a303537 (patch)
tree3bb4d468f17fdf06141b63dbcf19309679834e77 /activerecord/lib/active_record/table_metadata.rb
parent09369726346e44ccb6cbe9d020094e734669f957 (diff)
downloadrails-efe5986696960c53deca53312cc6d67c0a303537.tar.gz
rails-efe5986696960c53deca53312cc6d67c0a303537.tar.bz2
rails-efe5986696960c53deca53312cc6d67c0a303537.zip
We don't need to cast the value a second time in uniqueness validations
Part of the larger refactoring to remove type casting from Arel. Since we've already cast the value a few lines above, we don't need to re-cast it later. We can inform Arel of this by wrapping it in an `Arel::Nodes::Quoted`, which will no longer be required in Rails 5.1
Diffstat (limited to 'activerecord/lib/active_record/table_metadata.rb')
0 files changed, 0 insertions, 0 deletions