Sha256: 3d5829a33ae6ef9d41eb2b5745d3f9cd072cb1bfaf1888f026ff2126197690e8

Contents?: true

Size: 182 Bytes

Versions: 21

Compression:

Stored size: 182 Bytes

Contents

class LoginController < ApplicationController
  Mumukit::Login.configure_login_controller! self

  private

  def login_failure!
    @error_msg = request.params['message']
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
mumuki-laboratory-5.6.0 app/controllers/login_controller.rb
mumuki-laboratory-5.5.0 app/controllers/login_controller.rb
mumuki-laboratory-5.4.0 app/controllers/login_controller.rb
mumuki-laboratory-5.3.0 app/controllers/login_controller.rb
mumuki-laboratory-5.2.1 app/controllers/login_controller.rb
mumuki-laboratory-5.2.0 app/controllers/login_controller.rb
mumuki-laboratory-5.1.1 app/controllers/login_controller.rb
mumuki-laboratory-5.1.0 app/controllers/login_controller.rb
mumuki-laboratory-5.0.12 app/controllers/login_controller.rb
mumuki-laboratory-5.0.11 app/controllers/login_controller.rb
mumuki-laboratory-5.0.10 app/controllers/login_controller.rb
mumuki-laboratory-5.0.9 app/controllers/login_controller.rb
mumuki-laboratory-5.0.8 app/controllers/login_controller.rb
mumuki-laboratory-5.0.7 app/controllers/login_controller.rb
mumuki-laboratory-5.0.6 app/controllers/login_controller.rb
mumuki-laboratory-5.0.5 app/controllers/login_controller.rb
mumuki-laboratory-5.0.4 app/controllers/login_controller.rb
mumuki-laboratory-5.0.3 app/controllers/login_controller.rb
mumuki-laboratory-5.0.2 app/controllers/login_controller.rb
mumuki-laboratory-5.0.1 app/controllers/login_controller.rb