Sha256: fab9009f2903739e34236c5b4f79870e88d0845427f819a04ad36d04a83f710e
Contents?: true
Size: 199 Bytes
Versions: 66
Compression:
Stored size: 199 Bytes
Contents
# frozen_string_literal: true module Admin class ApplicationController < ActionController::Base include Koi::Controller::IsAdminController protect_from_forgery with: :exception end end
Version data entries
66 entries across 66 versions & 1 rubygems