Sha256: 735d88d3ca099de5f2cdeb1ce024fc67d6049045bf91fbbaafe8ad9dc82cfba7
Contents?: true
Size: 306 Bytes
Versions: 186
Compression:
Stored size: 306 Bytes
Contents
# -*- encoding : utf-8 -*- def dnsrecords_show(object, attribute) out = "" [object.a_records,object.template_a_records].flatten.collect do |r| out << r.djbdns_line(object.name) + "<br/>" end raw out end def dnsrecords_edit(object, attribute) end def dnsrecords_update(object, attribute) end
Version data entries
186 entries across 186 versions & 1 rubygems