Skip to content

Instantly share code, notes, and snippets.

@NateBarnes
Created August 14, 2015 12:38
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 NateBarnes/a3e91fe3d0c65c90f31d to your computer and use it in GitHub Desktop.
Save NateBarnes/a3e91fe3d0c65c90f31d to your computer and use it in GitHub Desktop.
def insights_query params
@insights_query ||= {}
@insights_query[params.to_s] ||= graph.insights_query(params)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment