Skip to content

Commit

Permalink
skip csrf when using letter_opener_web clear
Browse files Browse the repository at this point in the history
  • Loading branch information
ihatov08 committed Oct 28, 2021
1 parent bbfb9a5 commit b29af02
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module LetterOpenerWeb
class ApplicationController < ActionController::Base
protect_from_forgery
end
end

0 comments on commit b29af02

Please sign in to comment.