Might fix redirect issue

This commit is contained in:
Godwin 2014-07-11 21:48:56 -06:00
parent d1af3d46c4
commit c747c488d0

View File

@ -8,9 +8,9 @@ class ApplicationController < ActionController::Base
# For APIs, you may want to use :null_session instead.
protect_from_forgery with: :exception
if ENV['RAILS_ENV'] || 'production'
force_ssl only: :success
end
#if ENV['RAILS_ENV'] || 'production'
# force_ssl only: :success
#end
before_filter :capture_page_info