1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Uses Hash#reverse_merge

This commit is contained in:
Jeremy Kemper 2009-11-13 10:31:05 -08:00
parent fbbf0086ca
commit 3fd2624be4

View file

@ -1,3 +1,5 @@
require 'active_support/core_ext/hash/reverse_merge'
module ActiveModel module ActiveModel
module Translation module Translation
include ActiveModel::Naming include ActiveModel::Naming