Skip to content

Commit

Permalink
fix: protect_from_forgery should be called in `OasRails::Applicatio…
Browse files Browse the repository at this point in the history
…nController`
  • Loading branch information
a-chacon committed Jul 29, 2024
1 parent 2b05b3d commit 76af772
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/oas_rails/application_controller.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module OasRails
class ApplicationController < ActionController::Base
protect_from_forgery
end
end

0 comments on commit 76af772

Please sign in to comment.