Skip to content

Instantly share code, notes, and snippets.

@robertzx
Created October 12, 2011 05:54
Show Gist options
  • Save robertzx/1280400 to your computer and use it in GitHub Desktop.
Save robertzx/1280400 to your computer and use it in GitHub Desktop.
def self.on_refresh_request(&block)
Beacon.watch :refresh_requested do |hash|
block.call hash
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment