diff --git a/app/models/bulk_update_request.rb b/app/models/bulk_update_request.rb index a5635f6d5..b78db9970 100644 --- a/app/models/bulk_update_request.rb +++ b/app/models/bulk_update_request.rb @@ -27,6 +27,8 @@ class BulkUpdateRequest < ActiveRecord::Base end end + extend SearchMethods + def approve! AliasAndImplicationImporter.new(script, forum_topic_id, "1").process! update_attribute(:status, "approved")