Skip to content

Instantly share code, notes, and snippets.

@rthbound
Forked from adampats/skip.rb
Last active August 29, 2015 14:24
Show Gist options
  • Save rthbound/7f6d320182692dca97c9 to your computer and use it in GitHub Desktop.
Save rthbound/7f6d320182692dca97c9 to your computer and use it in GitHub Desktop.
@panels = @servicelist.map do |service|
if service[:hidden] == "true"
nil
else
{
title: service[:title],
panel_name: __method__.to_s,
icon: service[:logo],
query_string: {},
id: service[:id]
}
end
end.compact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment