Object
# File test/test_helper.rb, line 66 def initialize(updated_at=nil) @persisted = true self.updated_at = updated_at end
# File test/test_helper.rb, line 62 def to_xml(*args) "<xml />" end