lib/simple_auth/authentication.rb in di-simple_auth-0.3.2 vs lib/simple_auth/authentication.rb in di-simple_auth-0.3.3
- old
+ new
@@ -43,10 +43,10 @@
# Is the current user signed in?
#
# @return [true, false]
def signed_in?
- ! current_user.nil? ||
+ ! current_user.nil?
end
#Is exist permission and invoice
#
# @return [true,false]
\ No newline at end of file