|
|
@ -1,7 +1,7 @@ |
|
|
|
class SoasController < ApplicationController |
|
|
|
class SoasController < ApplicationController |
|
|
|
active_scaffold :soa do |conf| |
|
|
|
active_scaffold :soa do |conf| |
|
|
|
conf.columns = [:name, :primary_ns, :contact, :ttl] |
|
|
|
conf.columns = [:name, :primary_ns, :contact, :ttl] |
|
|
|
conf.subform.columns = [:name, :primary_ns, :contact, :ttl] |
|
|
|
conf.create.columns = [:primary_ns, :contact, :ttl] |
|
|
|
conf.update.columns = [:contact, :ttl] |
|
|
|
conf.update.columns = [:contact, :ttl] |
|
|
|
conf.actions.exclude :delete, :show |
|
|
|
conf.actions.exclude :delete, :show |
|
|
|
end |
|
|
|
end |
|
|
|