Skip to content

Commit

Permalink
remove unnecessary requires
Browse files Browse the repository at this point in the history
  • Loading branch information
jbender committed Jun 11, 2014
1 parent f72f6e5 commit 7e9adce
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/simple_token_authentication.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
require 'devise'

require 'simple_token_authentication/model'
require 'simple_token_authentication/acts_as_token_authentication_handler'

module Devise
mattr_accessor :token_header_names
@@header_names = {}
Expand Down

0 comments on commit 7e9adce

Please sign in to comment.