Sha256: 5acee26176389b6bd40ce45b32556d162911eb145e2519dcd69462efaeea47c6
Contents?: true
Size: 143 Bytes
Versions: 9
Compression:
Stored size: 143 Bytes
Contents
class ApplicationController < ActionController::Base protect_from_forgery def current_user User.new(:admin => true) end end
Version data entries
9 entries across 9 versions & 1 rubygems