Skip to content

Instantly share code, notes, and snippets.

@alex-lairan
Created May 15, 2016 19:21
Show Gist options
  • Save alex-lairan/f7a207b533489b3663b59617acb37596 to your computer and use it in GitHub Desktop.
Save alex-lairan/f7a207b533489b3663b59617acb37596 to your computer and use it in GitHub Desktop.
macro generic_crud(*names)
{% for name, index in names %}
generic_create {{name}}
generic_read {{name}}
generic_update {{name}}
generic_delete {{name}}
{% end %}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment