You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd added that functionality by adding a created_at field to the Session model (pushed as PR #75 but I couldn't get it to pass the tests due to some DB issues. It was the only way to measure session length I could come up with, and useful for being able to tell when a session was first created. What other ways would you do this? I haven't had time to rewrite it without the auto_add_now field since I've just been using my older fork.
There seems to be multiple ways to do it so I'd like to know what everyone thinks.
The text was updated successfully, but these errors were encountered: