# File lib/point/zone.rb, line 23 def build_record(attributes = {}) z = ZoneRecord.new z.attributes = attributes if attributes.is_a?(Hash) z.zone = self z end