Class: TestServer::ReflectorController

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

Instance Method Summary collapse

Methods included from WebHelper

#configure_caching, #encode, #generate_eicar, #generate_random_string, #generate_string

Instance Method Details

#client_ip_addressObject



6
7
8
# File 'app/controllers/test_server/reflector_controller.rb', line 6

def client_ip_address
  add_breadcrumb I18n.t('views.reflector.client_ip_address.link'), :reflector_client_ip_address_path
end

#indexObject



10
11
# File 'app/controllers/test_server/reflector_controller.rb', line 10

def index
end