Skip to content

Commit

Permalink
remove authenticate_user! function from dummy application_controller …
Browse files Browse the repository at this point in the history
…(conflicting with authenticate_admin! callback in admin_posts controller);
  • Loading branch information
strouptl committed Jun 5, 2024
1 parent 6e06121 commit 8f3d2e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/dummy/app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
class ApplicationController < ActionController::Base
protect_from_forgery
before_action :authenticate_user!
end

0 comments on commit 8f3d2e3

Please sign in to comment.