class ClockController < ApplicationController skip_before_action :authenticate_user! def clock render partial: "clock" end end