Skip to content

Instantly share code, notes, and snippets.

@cj

cj/login.rb Secret

Last active August 29, 2015 14:07
Show Gist options
  • Save cj/4c4fba926712c72d7878 to your computer and use it in GitHub Desktop.
Save cj/4c4fba926712c72d7878 to your computer and use it in GitHub Desktop.
def display data
if server?
dom.find('body').html
else
puts data['moo']
bind_default_events
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment