allow default section
This commit is contained in:
parent
14bacb0025
commit
9ce6515fa1
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
<% @configuration.each_pair do |section, options| -%>
|
||||
|
||||
<% if section != 'DEFAULT' %>
|
||||
[<%= section %>]
|
||||
<% end -%>
|
||||
<% options.each_pair do |option, value| -%>
|
||||
<%= option %> = <%= value %>
|
||||
<% end -%>
|
||||
|
|
Loading…
Reference in a new issue