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

Version Path
g5_authenticatable-0.9.1.pre.2 app/controllers/g5_authenticatable/error_controller.rb
g5_authenticatable-0.8.1.pre app/controllers/g5_authenticatable/error_controller.rb
g5_authenticatable-0.8.0 app/controllers/g5_authenticatable/error_controller.rb
g5_authenticatable-0.8.0.beta1 app/controllers/g5_authenticatable/error_controller.rb
g5_authenticatable-0.7.5 app/controllers/g5_authenticatable/error_controller.rb
g5_authenticatable-0.7.5.beta app/controllers/g5_authenticatable/error_controller.rb
g5_authenticatable-0.7.4 app/controllers/g5_authenticatable/error_controller.rb
g5_authenticatable-0.7.4.beta.1 app/controllers/g5_authenticatable/error_controller.rb
g5_authenticatable-0.7.3 app/controllers/g5_authenticatable/error_controller.rb
g5_authenticatable-0.7.2 app/controllers/g5_authenticatable/error_controller.rb
g5_authenticatable-0.7.1 app/controllers/g5_authenticatable/error_controller.rb
g5_authenticatable-0.7.0 app/controllers/g5_authenticatable/error_controller.rb
g5_authenticatable-0.6.0 app/controllers/g5_authenticatable/error_controller.rb
g5_authenticatable-0.5.1 app/controllers/g5_authenticatable/error_controller.rb
g5_authenticatable-0.5.0 app/controllers/g5_authenticatable/error_controller.rb
g5_authenticatable-0.4.2 app/controllers/g5_authenticatable/error_controller.rb
g5_authenticatable-0.4.1 app/controllers/g5_authenticatable/error_controller.rb
g5_authenticatable-0.4.0 app/controllers/g5_authenticatable/error_controller.rb
g5_authenticatable-0.3.0 app/controllers/g5_authenticatable/error_controller.rb