Project

General

Profile

« Previous | Next » 

Revision abd8f1d1

Added by Daniel Lobato Garcia over 9 years ago

Refs #3809 - Remove cops for empty lines

View differences:

app/models/auth_sources/auth_source_internal.rb
class AuthSourceInternal < AuthSource
def authenticate(login, password)
return nil if login.blank? || password.blank?

Also available in: Unified diff