Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Commit

Permalink
Ensure CSRF protection is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
rjpaskin committed May 15, 2023
1 parent 3d6ae25 commit 52c0128
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
class ApplicationController < ActionController::Base
protect_from_forgery

helper_method :feature?

private
Expand Down

0 comments on commit 52c0128

Please sign in to comment.