Skip to content

Instantly share code, notes, and snippets.

@drale2k
Created January 24, 2012 17:32
Show Gist options
  • Save drale2k/1671371 to your computer and use it in GitHub Desktop.
Save drale2k/1671371 to your computer and use it in GitHub Desktop.
class LocationsController < ApplicationController
respond_to :json, :xml
def index
@locations = Location.all
@locations.as_json
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment