update to add github trigger

This commit is contained in:
bruckwubete
2018-08-21 15:55:50 -04:00
parent 810b62f66e
commit 317e6e8cc5
5 changed files with 51 additions and 26 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