For the error “WARNING: Can’t verify CSRF token authenticity”, add a CSRF token.
1 2 3 4 |
|
The top-level block contains method: :get which doesn’t auto-add the needed authenticity_token.
For the error “WARNING: Can’t verify CSRF token authenticity”, add a CSRF token.
1 2 3 4 |
|
The top-level block contains method: :get which doesn’t auto-add the needed authenticity_token.