Skip to content

Instantly share code, notes, and snippets.

@surendrans
Created January 20, 2012 09:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save surendrans/1646300 to your computer and use it in GitHub Desktop.
Save surendrans/1646300 to your computer and use it in GitHub Desktop.
Rhodes Push Notification
class PushController < Rho::RhoController
def receive_push
Alert.show_popup("You have a message")
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment