diff options
Diffstat (limited to 'app/views/config_polycom/settings.xml.erb')
-rw-r--r-- | app/views/config_polycom/settings.xml.erb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/config_polycom/settings.xml.erb b/app/views/config_polycom/settings.xml.erb new file mode 100644 index 0000000..ea9d325 --- /dev/null +++ b/app/views/config_polycom/settings.xml.erb @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<PHONE_CONFIG> + <ALL + <% @settings.each do |key, value| %> + <%= key %>="<%= value %>" + <% end %> + /> +</PHONE_CONFIG> |