Skip to content

Instantly share code, notes, and snippets.

@kennethkalmer
Created September 28, 2010 14:10
Show Gist options
  • Save kennethkalmer/601056 to your computer and use it in GitHub Desktop.
Save kennethkalmer/601056 to your computer and use it in GitHub Desktop.
diff --git a/lib/ruote-kit/application.rb b/lib/ruote-kit/application.rb
index 426759f..7a206eb 100644
--- a/lib/ruote-kit/application.rb
+++ b/lib/ruote-kit/application.rb
@@ -1,10 +1,9 @@
require 'sinatra/respond_to'
require 'haml'
-Sinatra::Application.register Sinatra::RespondTo
-
module RuoteKit
class Application < Sinatra::Application
+ register Sinatra::RespondTo
# Delay these a bit
configure do
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment