Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
thanks copilot/codeQL, that was a good suggestion!
  • Loading branch information
joelhawksley committed May 17, 2024
commit d8efe5e4e25f2ce57266b0265fec61cdb2f1ac31
1 change: 1 addition & 0 deletions demo/app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

# :nodoc:
class ApplicationController < ActionController::Base
protect_from_forgery with: :exception
end