From f0cf8ba0d241b9ff2e330b02dc6b1803e349355d Mon Sep 17 00:00:00 2001 From: Charlie Park Date: Fri, 20 Apr 2012 21:18:02 -0400 Subject: [PATCH] Renames class. --- mac-pan.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mac-pan.rb b/mac-pan.rb index bc2cbdd..5507a5b 100644 --- a/mac-pan.rb +++ b/mac-pan.rb @@ -1,7 +1,7 @@ require 'goliath' require 'ruby-debug' -class Tracking < Goliath::API +class MacPan < Goliath::API def response(env) end end \ No newline at end of file