Class: Tuttle::RequestController

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

Instance Method Summary collapse

Methods inherited from ApplicationController

#check_reload_status

Instance Method Details

#indexObject



6
7
8
9
# File 'app/controllers/tuttle/request_controller.rb', line 6

def index
  @session_hash = session.to_hash
  @cookies_hash = request.cookie_jar.to_h
end