Sha256: deba39c1649eea492813b32e7c47896c4bb41973ac8c97e89806b7bb847ba4d6
Contents?: true
Size: 158 Bytes
Versions: 35
Compression:
Stored size: 158 Bytes
Contents
class ApplicationController < ActionController::Base protect_from_forgery def current_actor return Actor.find(:all).first end end
Version data entries
35 entries across 35 versions & 1 rubygems