Sha256: bada887f07d1d1a61b2d364e6fce117ad6b7e263601666ae0be22e588368af72
Contents?: true
Size: 197 Bytes
Versions: 19
Compression:
Stored size: 197 Bytes
Contents
module G5Authenticatable class ErrorController < G5Authenticatable::ApplicationController def auth_error flash[:error] = 'There was a problem with the Auth Server!' end end end
Version data entries
19 entries across 19 versions & 1 rubygems