Skip to content

Commit

Permalink
Add missing require for strip_heredoc
Browse files Browse the repository at this point in the history
  • Loading branch information
wagenet committed Jan 4, 2018
1 parent 39f6c6c commit 6fe9cc8
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -3,6 +3,7 @@
require "rack/session/abstract/id"
require "action_controller/metal/exceptions"
require "active_support/security_utils"
require "active_support/core_ext/string/strip"

module ActionController #:nodoc:
class InvalidAuthenticityToken < ActionControllerError #:nodoc:
Expand Down

0 comments on commit 6fe9cc8

Please sign in to comment.