Class: ImportedDataController

Inherits:
ApplicationController show all
Defined in:
app/controllers/imported_data_controller.rb

Overview

typed: false

Instance Method Summary collapse

Methods inherited from ApplicationController

#gdpr_compliance

Instance Method Details

#overviewObject



3
4
5
6
7
8
9
10
11
12
13
14
# File 'app/controllers/imported_data_controller.rb', line 3

def overview
  §(UNIMMUNIZED_FOR_ENDLESS_REDIRECTS_IN_COMBINATION_WTH, ([ApplicationController.instance_method(:gdpr_compliance), object: [:method, :redirect_to]])) do
  # if cookies[:user_accepted_gdpr] == "1"
    redirect_to(directory_path('/local/'))
  # else
    # redirect_to('/local_law_pipelines/1')
  # end

  # redirect_to('/banal_complexes')
  # redirect_to(directory_path('public/user_data'))
  end
end