Skip to content

Instantly share code, notes, and snippets.

@stabenfeldt
Created September 10, 2014 10:56
Show Gist options
  • Select an option

  • Save stabenfeldt/2455e2bbed805a86cbe8 to your computer and use it in GitHub Desktop.

Select an option

Save stabenfeldt/2455e2bbed805a86cbe8 to your computer and use it in GitHub Desktop.
module V1
class Base < API
puts "in Base"
version 'v1', using: :path, vendor: 'orwapp', cascade: false
mount Users
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment