Skip to content

Instantly share code, notes, and snippets.

@zacksiri
Created March 13, 2012 09:58
Show Gist options
  • Save zacksiri/2027933 to your computer and use it in GitHub Desktop.
Save zacksiri/2027933 to your computer and use it in GitHub Desktop.
Contacts Controller Example should be in the /app/controllers/api folder
class Api::ContactsController < ApiController
before_filter :authenticate_user!
def index
# magic goes here ...
end
# more magic ...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment