FozAhm / quill

📝 Registration, for hackathons!
https://medium.com/hackmit-stories/quill-an-open-source-hackathon-registration-system-91f3a06d22a2
GNU Affero General Public License v3.0
2 stars 1 forks source link

Implement the date of registration for users #41

Open alvyn279 opened 5 years ago

alvyn279 commented 5 years ago

Record the date on which a user has registered to the system.

This information would then be displayed on the table for viewing all users in admin mode.

alvyn279 commented 5 years ago

Information already exists in the User model. The attribute is called timestamp.