correct opt-out showing application ()

* correct opt-out showing application

refs 

* Revert "correct opt-out showing application"

This reverts commit 0e9bb70f145be42962416a6b87c08d59a2896486.

* User#shows_application? calls wrong value
remotes/1727458204337373841/tmp_refs/heads/signup-info-prompt
Hinaloe 2019-02-21 01:47:38 +09:00 committed by Eugen Rochko
parent aa6a4b7b8a
commit 4340d338fd
1 changed files with 1 additions and 1 deletions
app/models

View File

@ -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)