Skip to content
Snippets Groups Projects
Commit 81d460f1 authored by Joshua Arts's avatar Joshua Arts
Browse files

fix before_filter deprecation warning

parent ba4b7a01
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment