Skip to content

Instantly share code, notes, and snippets.

@stabenfeldt
Last active August 29, 2015 14:06
Show Gist options
  • Save stabenfeldt/48277766e807a35ec1b1 to your computer and use it in GitHub Desktop.
Save stabenfeldt/48277766e807a35ec1b1 to your computer and use it in GitHub Desktop.
class API < Grape::API
prefix 'api'
format :json
default_format :json
mount ::V1::Base
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment