Skip to content

Commit ced35b9

Browse files
committed
Merge pull request #137 from jstorimer/view-helpers-base
Include ActionView helpers in ActionView::Base
2 parents 7f95fdd + dcd3a67 commit ced35b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/secure_headers/view_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def unexpected_hash_error_message(file_path, hash_value, content)
6262
end
6363

6464
module ActionView #:nodoc:
65-
module Helpers #:nodoc:
65+
class Base #:nodoc:
6666
include SecureHeaders::ViewHelpers
6767
end
6868
end

0 commit comments

Comments
 (0)