Skip to content

Instantly share code, notes, and snippets.

@paulmand3l
Created November 6, 2014 22:38
Show Gist options
  • Save paulmand3l/9320c497c38307355c79 to your computer and use it in GitHub Desktop.
Save paulmand3l/9320c497c38307355c79 to your computer and use it in GitHub Desktop.
catRef = new Firebase(...)
class Cat
constructor: (@name) ->
catRef.push
name: @name
pounce: ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment