Ver a proveniência

correct opt-out showing application (#10086)

* correct opt-out showing application

refs #9994

* Revert "correct opt-out showing application"

This reverts commit 0e9bb70f14.

* User#shows_application? calls wrong value
master
Hinaloe há 5 anos
committed by Eugen Rochko
ascendente
cometimento
4340d338fd
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      app/models/user.rb

+ 1
- 1
app/models/user.rb Ver ficheiro

@@ -245,7 +245,7 @@ class User < ApplicationRecord
end

def shows_application?
@shows_application ||= settings.shows_application
@shows_application ||= settings.show_application
end

def token_for_app(a)


Carregando…
Cancelar
Guardar