class Users::SessionsController
Public Instance Methods
Source
# File app/controllers/users/sessions_controller.rb, line 22 def refresh render json: { time_remaining_seconds: calc_time_remaining_seconds } end
Source
# File app/controllers/users/sessions_controller.rb, line 18 def time_remaining render json: { time_remaining_seconds: calc_time_remaining_seconds } end