Sha256: 7dd04b5ec908a0f55eae3419d6db92293176b921c8cbc632124f649193d8743f
Contents?: true
Size: 152 Bytes
Versions: 5
Compression:
Stored size: 152 Bytes
Contents
class ApplicationController < ActionController::Base protect_from_forgery def current_user nil end def can_administer? true end end
Version data entries
5 entries across 5 versions & 1 rubygems