Skip to content

Instantly share code, notes, and snippets.

@inf0rmer
Last active August 29, 2015 14:12
Show Gist options
  • Save inf0rmer/c3034198f813d92492f9 to your computer and use it in GitHub Desktop.
Save inf0rmer/c3034198f813d92492f9 to your computer and use it in GitHub Desktop.
Blanket::Wrapper's macro-like interface for defining REST actions
def add_action(action)
define_method(action) do |id=nil, options={}|
request(action, id, options)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment