Skip to content

Commit

Permalink
after_action
Browse files Browse the repository at this point in the history
  • Loading branch information
bennfos committed Feb 24, 2020
1 parent 9ed36ff commit 30e5ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/concerns/application_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class ApplicationController < ActionController::Base

include ::ActionController::Cookies

after_filter :short_session
after_action :short_session

def short_session
request.session_options = request.session_options.dup
Expand Down

0 comments on commit 30e5ca1

Please sign in to comment.