mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 23:45:21 +02:00
Put back the ai_enabled check
This commit is contained in:
parent
59919466d5
commit
c505267ba1
1 changed files with 4 additions and 3 deletions
|
@ -19,9 +19,10 @@ class Rule::Registry::TransactionResource < Rule::Registry
|
|||
Rule::ActionExecutor::SetTransactionName.new(rule)
|
||||
]
|
||||
|
||||
# TODO PUT BACK
|
||||
if ai_enabled?
|
||||
enabled_executors << Rule::ActionExecutor::AutoCategorize.new(rule)
|
||||
enabled_executors << Rule::ActionExecutor::AutoDetectMerchants.new(rule)
|
||||
end
|
||||
|
||||
enabled_executors
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue