Created
December 15, 2014 16:00
-
-
Save lucasuyezu/af54704d9d9095ebd9c4 to your computer and use it in GitHub Desktop.
example
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
# Good | |
class V2::BackupsController < ApplicationController | |
# All REST methods, as shown before | |
end | |
class V2::RestoresController < ApplicationController | |
def index | |
# List restores (via GET) | |
end | |
def create | |
# Execute a Restore (via POST) | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment