BUGFIX: only redirect new users to top page once

Actually, new users will still be redirected to the top page during the first 30 seconds of their first visit.
This commit is contained in:
Régis Hanol
2014-05-05 19:00:40 +02:00
parent c680d74571
commit c21d3f41d0
8 changed files with 87 additions and 56 deletions

View File

@@ -66,7 +66,7 @@ class CurrentUserSerializer < BasicUserSerializer
end
def include_redirected_to_top_reason?
object.should_be_redirected_to_top
object.redirected_to_top_reason.present?
end
end