Browse Source

for domains only name and default type

pull/1/head
Nicolae Claudius 13 years ago
parent
commit
fca87c75bd
  1. 2
      app/controllers/domains_controller.rb

2
app/controllers/domains_controller.rb

@ -1,6 +1,6 @@
class DomainsController < ApplicationController
active_scaffold :domain do |conf|
conf.columns = [:name, :last_check, :notified_serial, :account]
conf.columns = [:name]
end
protected

Loading…
Cancel
Save