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

Clarification of Created and Updated At Columns section of the readme #39

Open
daniel-nelson opened this issue Oct 21, 2011 · 0 comments

Comments

@daniel-nelson
Copy link

I'm confused by the "Created and Updated At Columns" section of the readme. It states "Although you can use created_at and updated_at methods, you may still want the columns in SimpleDB to be created_at and updated_at.", which to me says that we could go ahead and set the columns to created_at and updated_at. But the example following this statement sets them to "created" and "updated", not "created_at" or "updated_at". The first part of the subsequent "note" seems to recommend setting the columns to "created_at" and "updated_at", but the example given in the note again uses "created" and "updated".

Is it okay to use created_at and updated_at so that we can use these in our queries just as we do in regular active_record queries?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant