typo in AM

This commit is contained in:
Adam Meehan 2010-08-09 13:44:04 +10:00
parent 678aeb7e48
commit 9a43640ed1

@ -283,7 +283,7 @@ def #{method_name}(*args)
@attribute_methods_generated = true
end
# Removes all the preiously dynamically defined methods from the class
# Removes all the previously dynamically defined methods from the class
def undefine_attribute_methods
generated_attribute_methods.module_eval do
instance_methods.each { |m| undef_method(m) }