mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 13:06:56 +08:00
FEATURE: Merge discourse-automation (#26432)
Automation (previously known as discourse-automation) is now a core plugin.
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module DiscourseAutomation
|
||||
class PendingAutomation < ActiveRecord::Base
|
||||
self.table_name = "discourse_automation_pending_automations"
|
||||
|
||||
belongs_to :automation, class_name: "DiscourseAutomation::Automation"
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user