scottmotte-merb_auth_slice_multisite 0.8.4 → 0.8.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION.yml
CHANGED
@@ -54,7 +54,7 @@ module Merb
|
|
54
54
|
module InstanceMethods
|
55
55
|
def remember_token?
|
56
56
|
(!remember_token.blank?) &&
|
57
|
-
remember_token_expires_at && (Time.now.utc < remember_token_expires_at.
|
57
|
+
remember_token_expires_at && (Time.now.utc < remember_token_expires_at.to_time)
|
58
58
|
end
|
59
59
|
|
60
60
|
# These create and unset the fields required for remembering users between browser closes
|