Fix deprecation warnings

This commit is contained in:
Angelo Lakra & Jason Noble 2012-03-08 14:18:19 -07:00
parent 879063f9b3
commit c56eecdf68
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
class PostVersion < Version
set_table_name :post_versions
self.table_name = 'post_versions'
end