Skip to content

Instantly share code, notes, and snippets.

@mwhuss
Created November 12, 2013 15:12
Show Gist options
  • Select an option

  • Save mwhuss/7432476 to your computer and use it in GitHub Desktop.

Select an option

Save mwhuss/7432476 to your computer and use it in GitHub Desktop.
module APNS
module Treehouse
class DebugWorker
include APNS::Worker
apns_options build_type: 'com.teamtreehouse.TreehouseDebug',
production: false
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment