Sha256: 57a4c078e75b35c089c59cb173c6a1007bcacbb2044a09a8c3e16c191d09cf08
Contents?: true
Size: 188 Bytes
Versions: 4
Compression:
Stored size: 188 Bytes
Contents
class ApplicationController < ActionController::Base protect_from_forgery def authenticate! render :text => 'forbidden' unless cookies[ :login ] end def authorize! end end
Version data entries
4 entries across 4 versions & 1 rubygems