Revision a0303e8f
Added by Marc Dequènes over 13 years ago
- ID a0303e8f19cc297d89ff13ed46d0f5f56cb186c9
lib/cyborghood-mapmaker/land.rb | ||
---|---|---|
ZoneEditor.new()
|
||
end
|
||
|
||
b.zone :model => :multiton do |c, p, name|
|
||
b.zone :model => :prototype do |c, p, name|
|
||
require 'cyborghood-mapmaker/zone'
|
||
Zone.new(c.config, c.dns, c.dnssec, c.zone_editor, name)
|
||
end
|
Also available in: Unified diff
[fix] MapMaker: user correct Needle model to instanciate Zone