Skip to content

Commit

Permalink
Fix require for rememberable strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
rosenfeld committed Mar 31, 2012
1 parent 9f99ccd commit 8a50b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/devise/strategies/rememberable.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'devise/strategies/base'
require 'devise/strategies/authenticatable'

module Devise
module Strategies
Expand Down

0 comments on commit 8a50b20

Please sign in to comment.