Skip to content

Commit

Permalink
Remove unnecessary before action
Browse files Browse the repository at this point in the history
  • Loading branch information
anayib committed Jan 26, 2024
1 parent 2458fc7 commit 6999b99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/controllers/pages_controller.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
class PagesController < ApplicationController
before_action :save_referer, except: [:handbook]
protect_from_forgery with: :null_session

def home
end
Expand Down

0 comments on commit 6999b99

Please sign in to comment.