Skip to content

Instantly share code, notes, and snippets.

@tosik
Created October 13, 2012 07:44
Show Gist options
  • Save tosik/3883722 to your computer and use it in GitHub Desktop.
Save tosik/3883722 to your computer and use it in GitHub Desktop.
class Command < Core::MotionHash
property :uri
property :method
property :data
def run
model.find(id).send(method, data)
end
def model
end
def id
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment