Sha256: 34ce7522c5a83e2c815d96355037b43197340a006083c241df15ed4fb8c3fb18
Contents?: true
Size: 113 Bytes
Versions: 4
Compression:
Stored size: 113 Bytes
Contents
class AuthenticatedController < ApplicationController before_action :authenticate_user! def index end end
Version data entries
4 entries across 4 versions & 1 rubygems