Skip to content

Commit

Permalink
Merge pull request #31637 from wagenet/patch-1
Browse files Browse the repository at this point in the history
Add missing require for `strip_heredoc`
  • Loading branch information
georgeclaghorn authored Jan 5, 2018
2 parents 39f6c6c + 6fe9cc8 commit e243866
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
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 e243866

Please sign in to comment.