Skip to content

Instantly share code, notes, and snippets.

@dphase
Created October 18, 2012 20:01
Show Gist options
  • Save dphase/3914458 to your computer and use it in GitHub Desktop.
Save dphase/3914458 to your computer and use it in GitHub Desktop.
json example
get :school, :map => '/school', :with => :id, :provides => [:json] do
school = Schools[:schoolid => params[:id]]
school.to_json
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment