Skip to content

Instantly share code, notes, and snippets.

@inf0rmer
Created December 30, 2014 16:41
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 inf0rmer/4321e9b103d027a14b22 to your computer and use it in GitHub Desktop.
Save inf0rmer/4321e9b103d027a14b22 to your computer and use it in GitHub Desktop.
Adding RESTful actions using a "macro"-like interface
add_action :get
add_action :post
add_action :put
add_action :patch
add_action :delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment