Class: Tuttle::RequestController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Tuttle::RequestController
- Defined in:
- app/controllers/tuttle/request_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
7 8 9 10 |
# File 'app/controllers/tuttle/request_controller.rb', line 7 def index @session_hash = session.to_hash @cookies_hash = request..to_h end |