Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
blaines authored and wycats committed Jun 17, 2010
1 parent 8f3d2da commit c96820f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rack-offline.rb
@@ -1,7 +1,7 @@
require "rack/offline"

module Rails
class Offline < Rack::Offline
class Offline < ::Rack::Offline
def self.call(env)
@app ||= new
@app.call(env)
Expand Down

0 comments on commit c96820f

Please sign in to comment.