# File lib/validates_timeliness/orm/active_record.rb, line 51 def undefine_attribute_methods super.tap { generated_timeliness_methods.synchronize do return unless @timeliness_methods_generated undefine_timeliness_attribute_methods @timeliness_methods_generated = false end } end