Sha256: 2ebbd614a0397a7007a1e8d8c10f6db6cb2bf1611c91dce4191b96fda32872d0
Contents?: true
Size: 238 Bytes
Versions: 12
Compression:
Stored size: 238 Bytes
Contents
module ErpApp class ApplicationController < ActionController::Base protect_from_forgery protected def not_authenticated redirect_to '/erp_app/login', :notice => "Please login first." end end end
Version data entries
12 entries across 12 versions & 1 rubygems