Sha256: 9a009cdea01c2676ed1475cb24d5f19b3f061eb918ba117bfb52bf718a016023
Contents?: true
Size: 236 Bytes
Versions: 7
Compression:
Stored size: 236 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
7 entries across 7 versions & 1 rubygems