Class: Tuttle::RequestController

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

Instance Method Summary collapse

Instance Method Details

#indexObject



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

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