Sha256: e1d3742dabb35643f41a3f0a75d4f2f66b4381515378c5806eb76ab3de2b52ce
Contents?: true
Size: 152 Bytes
Versions: 9
Compression:
Stored size: 152 Bytes
Contents
class ApplicationController < ActionController::Base protect_from_forgery before_filter :authenticate_user! before_filter :masquerade_user! end
Version data entries
9 entries across 9 versions & 1 rubygems