Skip to content
Snippets Groups Projects
Unverified Commit 7512ac79 authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

fix

parent 808ae282
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ class University::App < ApplicationRecord
def display_token!
return false if token_was_displayed?
update(token_was_displayed: true)
toggle!(:token_was_displayed)
true
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment