Sha256: 5f9f60aea6c08a0739cf731e16eb3a82e229f6a72afcaddd4b0cae9b48917609
Contents?: true
Size: 138 Bytes
Versions: 5
Compression:
Stored size: 138 Bytes
Contents
# frozen_string_literal: true class AdminsController < ApplicationController before_action :authenticate_admin! def index end end
Version data entries
5 entries across 5 versions & 1 rubygems