Might fix redirect issue
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user