Skip to content

Commit

Permalink
Require ActionController in Rails adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansouza committed Jan 17, 2012
1 parent 309187b commit 8f9ab94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/authlogic/controller_adapters/rails_adapter.rb
@@ -1,3 +1,5 @@
require 'action_controller'

module Authlogic
module ControllerAdapters
# Adapts authlogic to work with rails. The point is to close the gap between what authlogic expects and what the rails controller object
Expand Down

0 comments on commit 8f9ab94

Please sign in to comment.