Skip to content

Instantly share code, notes, and snippets.

@PatrickLef
Created September 9, 2010 12:59
Show Gist options
  • Save PatrickLef/571825 to your computer and use it in GitHub Desktop.
Save PatrickLef/571825 to your computer and use it in GitHub Desktop.
Padrinotest.controller do
controller '/users', :provides => [:json] do
get '/' do
"foo"
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment