Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Mongoid::ShortTimestamps #2525

Closed
wants to merge 1 commit into from
Closed

Add Mongoid::ShortTimestamps #2525

wants to merge 1 commit into from

Conversation

rodrigosaito
Copy link
Contributor

With ShortTimestamps module the used fields are c_at and u_at
instead of created_at and updated_at.

created_at and updated_at are aliases to c_at and u_at

Addresses #2419

With ShortTimestamps module the used fields are c_at and u_at
instead of created_at and updated_at.

created_at and updated_at are aliases to c_at and u_at
@durran
Copy link
Member

durran commented Nov 4, 2012

Thanks for the pull... I'm going to fetch and do a couple modifications then merge in.

@durran durran closed this in 35ca5b3 Nov 4, 2012
@durran durran added the fixed label May 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants