Sha256: 992a0219115105d31af5c805df1db3074d396ab93b44a6c63185b2f6aacb3b40
Contents?: true
Size: 398 Bytes
Versions: 20
Compression:
Stored size: 398 Bytes
Contents
class LoginController < ApplicationController Mumukit::Login.configure_login_controller! self skip_before_action :verify_authenticity_token, if: lambda { Rails.env.development? } skip_before_action :validate_user_profile! private def organization_name params[:organization] || super end def login_failure! redirect_to root_path, alert: request.params['message'] end end
Version data entries
20 entries across 20 versions & 1 rubygems