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

Version Path
inline_forms-6.2.14 app/helpers/form_elements/dns_records.rb
inline_forms-6.2.12 app/helpers/form_elements/dns_records.rb
inline_forms-6.2.11 app/helpers/form_elements/dns_records.rb
inline_forms-6.2.10 app/helpers/form_elements/dns_records.rb
inline_forms-6.2.9 app/helpers/form_elements/dns_records.rb
inline_forms-6.2.7 app/helpers/form_elements/dns_records.rb
inline_forms-6.2.6 app/helpers/form_elements/dns_records.rb
inline_forms-6.2.5 app/helpers/form_elements/dns_records.rb
inline_forms-6.2.4 app/helpers/form_elements/dns_records.rb
inline_forms-6.2.3 app/helpers/form_elements/dns_records.rb
inline_forms-6.2.2 app/helpers/form_elements/dns_records.rb
inline_forms-6.2.1 app/helpers/form_elements/dns_records.rb
inline_forms-6.1.1 app/helpers/form_elements/dns_records.rb
inline_forms-6.1.0 app/helpers/form_elements/dns_records.rb
inline_forms-6.0.8 app/helpers/form_elements/dns_records.rb
inline_forms-6.0.7 app/helpers/form_elements/dns_records.rb
inline_forms-6.0.6 app/helpers/form_elements/dns_records.rb
inline_forms-6.0.5 app/helpers/form_elements/dns_records.rb
inline_forms-6.0.4 app/helpers/form_elements/dns_records.rb
inline_forms-6.0.3 app/helpers/form_elements/dns_records.rb