Fix warnings about already initialized constants

This commit is contained in:
Gerhard Schlager
2018-08-09 17:29:02 +02:00
parent 2c4d7225d8
commit 6ddf7fcd1f
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
class Auth::FacebookAuthenticator < Auth::Authenticator
AVATAR_SIZE = 480
AVATAR_SIZE ||= 480
def name
"facebook"