Created
March 3, 2016 02:49
-
-
Save sameera207/6098be194f870429176e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<% @settings['sites'].keys.sort.each do |sitename| %> | |
<% sitename[sitename].keys.delete_if { |key, val| key != 'path_map' }.sort.each do |siteatt| | |
<% siteatt.keys.sort.each do |sitemap| %> | |
backend backend_<% sitename %>_<%= sitemap %> | |
<% end %> | |
<% end %> | |
<% end -%> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment