Created
September 28, 2010 14:10
-
-
Save kennethkalmer/601056 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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