diff options
Diffstat (limited to 'app/views/gateways/show.xml.haml')
-rw-r--r-- | app/views/gateways/show.xml.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/gateways/show.xml.haml b/app/views/gateways/show.xml.haml index 5e2806d..e0ff21a 100644 --- a/app/views/gateways/show.xml.haml +++ b/app/views/gateways/show.xml.haml @@ -1,5 +1,5 @@ !!! XML -%gateway{ :id => @gateway.id, :name => @gateway.name, :technology => @gateway.technology, :inbound => @gateway.inbound.to_s, :outbound => @gateway.outbound.to_s, :description => @gateway.description } +%gateway{ :identifier => @gateway.identifier, :name => @gateway.name, :technology => @gateway.technology, :inbound => @gateway.inbound.to_s, :outbound => @gateway.outbound.to_s, :description => @gateway.description } %gateway_settings{ :count => @gateway.gateway_settings.count } - @gateway.gateway_settings.each do |setting| |