Don't use deprecated Rails behavior in the readme.

This commit is contained in:
Ben Woosley 2012-03-12 16:27:21 -07:00
parent 866eff0a5e
commit fa1ad851bb
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ You can specify custom version subclasses with the `:class_name` option:
class PostVersion < Version
# custom behaviour, e.g:
set_table_name :post_versions
self.table_name = :post_versions
end
class Post < ActiveRecord::Base