Sha256: 5eb96b732cf81740adf13639346f36ea8b1906ff0a0fb5aea30c5b562c6f5dc2

Contents?: true

Size: 278 Bytes

Versions: 17

Compression:

Stored size: 278 Bytes

Contents

# frozen_string_literal: true

module G5Authenticatable
  # For handling errors returned by the auth server
  class ErrorController < G5Authenticatable::ApplicationController
    def auth_error
      flash[:error] = 'There was a problem with the Auth Server!'
    end
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
g5_authenticatable-1.1.4.rc.3 app/controllers/g5_authenticatable/error_controller.rb
g5_authenticatable-1.1.4.rc.2 app/controllers/g5_authenticatable/error_controller.rb
g5_authenticatable-1.1.4.rc.1 app/controllers/g5_authenticatable/error_controller.rb
g5_authenticatable-1.1.2 app/controllers/g5_authenticatable/error_controller.rb
g5_authenticatable-1.1.2.pre.1 app/controllers/g5_authenticatable/error_controller.rb
g5_authenticatable-1.1.2.rc.5 app/controllers/g5_authenticatable/error_controller.rb
g5_authenticatable-1.1.2.rc.4 app/controllers/g5_authenticatable/error_controller.rb
g5_authenticatable-1.1.2.rc.3 app/controllers/g5_authenticatable/error_controller.rb
g5_authenticatable-1.1.2.rc.2 app/controllers/g5_authenticatable/error_controller.rb
g5_authenticatable-1.1.2.rc.1 app/controllers/g5_authenticatable/error_controller.rb
g5_authenticatable-1.1.1 app/controllers/g5_authenticatable/error_controller.rb
g5_authenticatable-1.1.0 app/controllers/g5_authenticatable/error_controller.rb
g5_authenticatable-1.0.0 app/controllers/g5_authenticatable/error_controller.rb
g5_authenticatable-1.0.0.pre.4 app/controllers/g5_authenticatable/error_controller.rb
g5_authenticatable-1.0.0.pre.3 app/controllers/g5_authenticatable/error_controller.rb
g5_authenticatable-1.0.0.pre.2 app/controllers/g5_authenticatable/error_controller.rb
g5_authenticatable-1.0.0.pre.1 app/controllers/g5_authenticatable/error_controller.rb