Skip to content

Instantly share code, notes, and snippets.

@oivoodoo
Created July 21, 2014 11:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oivoodoo/edc757bfaa2332e27f13 to your computer and use it in GitHub Desktop.
Save oivoodoo/edc757bfaa2332e27f13 to your computer and use it in GitHub Desktop.
app_name: ->(context, row, options) do
return if options.fetch(:summary)
app_id = row[options[:mapping]['app_id']]
return unless context.apps[app_id]
context.apps[app_id].name
end,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment