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

Fix unstated dep on HWIA

This commit is contained in:
Jeremy Kemper 2010-03-27 11:03:36 -07:00
parent 38bb133881
commit c3cea9b594

View file

@ -1,3 +1,5 @@
require 'active_support/hash_with_indifferent_access'
module ActiveModel
# <tt>ActiveModel::Dirty</tt> provides a way to track changes in your
# object in the same way as ActiveRecord does.