Skip to content

Instantly share code, notes, and snippets.

@lucasuyezu
Created December 15, 2014 16:00
Show Gist options
  • Save lucasuyezu/af54704d9d9095ebd9c4 to your computer and use it in GitHub Desktop.
Save lucasuyezu/af54704d9d9095ebd9c4 to your computer and use it in GitHub Desktop.
example
# 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