Sha256: 40fe31be1d7fe0b2b039710069884793d4c2aa5051a7e10f849e51deadc85ad3
Contents?: true
Size: 163 Bytes
Versions: 8
Compression:
Stored size: 163 Bytes
Contents
class ApplicationController < ActionController::Base protect_from_forgery def current_user nil end def can_administer? true end end
Version data entries
8 entries across 8 versions & 1 rubygems