Sha256: 737e3bc21b3060f4b259ff3ea2c11232919d1123801104b2cee783987084f516

Contents?: true

Size: 199 Bytes

Versions: 7

Compression:

Stored size: 199 Bytes

Contents

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

  private

  def login_failure!
    redirect_to root_path, alert: request.params['message']
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
mumuki-laboratory-5.8.3 app/controllers/login_controller.rb
mumuki-laboratory-5.8.1 app/controllers/login_controller.rb
mumuki-laboratory-5.8.0 app/controllers/login_controller.rb
mumuki-laboratory-5.7.0 app/controllers/login_controller.rb
mumuki-laboratory-5.6.3 app/controllers/login_controller.rb
mumuki-laboratory-5.6.2 app/controllers/login_controller.rb
mumuki-laboratory-5.6.1 app/controllers/login_controller.rb