Created
September 10, 2014 10:56
-
-
Save stabenfeldt/2455e2bbed805a86cbe8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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