v0.2 Fix class definition for goss-destroydeletedposts.rb
This commit is contained in:
parent
b61b2edbaa
commit
dcafdb4f44
@ -10,11 +10,11 @@ require 'active_record'
|
|||||||
require File.expand_path("../../../../config/environment", __FILE__)
|
require File.expand_path("../../../../config/environment", __FILE__)
|
||||||
|
|
||||||
class LegacyPost < ActiveRecord::Base
|
class LegacyPost < ActiveRecord::Base
|
||||||
self.table_name = 'gforums_Post'
|
self.table_name = 'gforum_Post'
|
||||||
end
|
end
|
||||||
|
|
||||||
class LegacyUser < ActiveRecord::Base
|
class LegacyUser < ActiveRecord::Base
|
||||||
self.table_name = 'gforums_User'
|
self.table_name = 'gforum_User'
|
||||||
end
|
end
|
||||||
|
|
||||||
class GossamerForumsDestroyDeletedPosts
|
class GossamerForumsDestroyDeletedPosts
|
||||||
|
Loading…
Reference in New Issue
Block a user