diff --git a/goss-destroydeletedposts.rb b/goss-destroydeletedposts.rb index 8e51717..3fb7c7d 100644 --- a/goss-destroydeletedposts.rb +++ b/goss-destroydeletedposts.rb @@ -10,11 +10,11 @@ require 'active_record' require File.expand_path("../../../../config/environment", __FILE__) class LegacyPost < ActiveRecord::Base - self.table_name = 'gforums_Post' + self.table_name = 'gforum_Post' end class LegacyUser < ActiveRecord::Base - self.table_name = 'gforums_User' + self.table_name = 'gforum_User' end class GossamerForumsDestroyDeletedPosts