4 lines
81 B
Plaintext
4 lines
81 B
Plaintext
<% @config.each do |key, value| %>
|
|
<%= key.upcase %>=<%= value.to_s %>
|
|
<% end %>
|