diff --git a/README.md b/README.md index 57dc7bb1..fb4a04ef 100644 --- a/README.md +++ b/README.md @@ -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