Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use verify_authenticity_token directly
By adding a logger and setting the protection_strategy to raise an exception, we can use verify_authenticity_token directly. The main benefit of this is that we will get a more helpful error message attached to the exception.
- Loading branch information