Class: SessionTimeoutPrompter::ServerPingsController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- SessionTimeoutPrompter::ServerPingsController
- Defined in:
- app/controllers/session_timeout_prompter/server_pings_controller.rb
Instance Method Summary collapse
-
#create ⇒ Object
Serves only to reset the user’s session timeout on the server side.
Instance Method Details
#create ⇒ Object
Serves only to reset the user’s session timeout on the server side
5 6 7 |
# File 'app/controllers/session_timeout_prompter/server_pings_controller.rb', line 5 def create head :ok end |