remove safe guard per discussion with steveklabnik

This commit is contained in:
Sam 2013-03-14 14:11:04 -07:00
parent 08a182d743
commit 710c375088

View File

@ -94,10 +94,6 @@ module ActiveModel
define_include_method attr
if self.method_defined? :_fast_attributes
undef :_fast_attributes
end
end
def associate(klass, attrs) #:nodoc: