* Refactored post history. Each post now has a single history record. This history record has multiple revisions, serialized as JSON in a text field.

This commit is contained in:
albert
2010-11-06 03:08:27 -04:00
parent 6076788d60
commit f3b4312ef3
11 changed files with 190 additions and 19 deletions

View File

@@ -39,7 +39,7 @@ Danbooru::Application.routes.draw do
end
end
resources :post_moderation_details
resources :post_versions
resources :post_histories
resources :post_votes
resources :reports
resources :sessions