Skip to content

Commit

Permalink
Sinatra Adapter was not using the correct base class.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdl committed Sep 22, 2010
1 parent 66ed795 commit 368a779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/authlogic/controller_adapters/sinatra_adapter.rb
Expand Up @@ -58,4 +58,4 @@ def self.included(klass)
end
end

Sinatra::Request.send(:include, Authlogic::ControllerAdapters::SinatraAdapter::Adapter::Implementation)
Sinatra::Base.send(:include, Authlogic::ControllerAdapters::SinatraAdapter::Adapter::Implementation)

0 comments on commit 368a779

Please sign in to comment.