Sha256: de42d4c1dc856c856eae7daa3ec642428601b87213d88a115e5020b5a88635e5
Contents?: true
Size: 199 Bytes
Versions: 149
Compression:
Stored size: 199 Bytes
Contents
module CmAdmin class ApplicationController < ActionController::Base include Authentication before_action :authenticate_user! layout 'cm_admin' helper CmAdmin::ViewHelpers end end
Version data entries
149 entries across 149 versions & 1 rubygems