Skip to content

Commit

Permalink
security warnings fixes applied
Browse files Browse the repository at this point in the history
  • Loading branch information
ahujaak committed Nov 5, 2024
1 parent ef2d9b7 commit 8aee296
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/fixtures/controllers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
class ApplicationController < ActionController::API
include Rails.application.routes.url_helpers
include QueryHelper::QueryHelperConcern
include ActionController::RequestForgeryProtection
before_action :create_query_helper
protect_from_forgery with: :exception
end
Expand Down

0 comments on commit 8aee296

Please sign in to comment.