Skip to content

Instantly share code, notes, and snippets.

@joegaudet
Created November 10, 2011 22:32
Show Gist options
  • Save joegaudet/1356475 to your computer and use it in GitHub Desktop.
Save joegaudet/1356475 to your computer and use it in GitHub Desktop.
class Course < Record
base_url "/courses"
key :title, :subtitle, :description, :price, :spots
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment