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

README typo #43

Open
rymohr opened this issue Feb 7, 2012 · 0 comments
Open

README typo #43

rymohr opened this issue Feb 7, 2012 · 0 comments

Comments

@rymohr
Copy link

rymohr commented Feb 7, 2012

Within the Delete records without archiving section, shouldn't the line

Article::Archive.first.destroy!

be this instead

Article.first.destroy!

Also, is there a Model::Archive#restore method available? The idea of destroying a destroyed object in order to restore it just doesn't sit well for me. I would have expected it to purge the record from the archive instead.

Great library though! Love how cleanly it integrates.

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