Sha256: 8fc67264f1e1778ce90530e832f33b4ef6a98da82f761c1ed8349b6df56b9ff3
Contents?: true
Size: 151 Bytes
Versions: 10
Compression:
Stored size: 151 Bytes
Contents
class VisitorsController < ApplicationController skip_before_action :authenticate_user!, only: :index def index end def after_login end end
Version data entries
10 entries across 10 versions & 1 rubygems