Sha256: c8ac4f60796a739220ab951fa70bf2490d075d21817efc9d2b376592bfd38c61
Contents?: true
Size: 226 Bytes
Versions: 1
Compression:
Stored size: 226 Bytes
Contents
# frozen_string_literal: true 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
g5_authenticatable-1.1.4 | app/controllers/g5_authenticatable/error_controller.rb |