Skip to content

Commit c971b3a

Browse files
committed
Rails 5 is not loading the verify token before action
The tests were failing with a "Before process_action callback :verify_authenticity_token has not been defined" error. This removes that skip.
1 parent e7ed048 commit c971b3a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/kracken/controllers/json_api_compatible.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ def self.included(base)
8080
extend Macros
8181

8282
before_action :munge_chained_param_ids!
83-
skip_before_action :verify_authenticity_token
8483
end
8584
end
8685

0 commit comments

Comments
 (0)