fix before_filter deprecation warning

This commit is contained in:
Joshua Arts 2018-08-21 14:54:52 -04:00
parent ba4b7a018e
commit 81d460f1c2
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class ApplicationController < ActionController::Base
before_action :set_locale
# Force SSL for loadbalancer configurations.
before_filter :redirect_to_https
before_action :redirect_to_https
protect_from_forgery with: :exception