1
0
Fork 0
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:
hatz 2025-05-02 16:05:06 -05:00
parent 59919466d5
commit c505267ba1
No known key found for this signature in database

View file

@ -19,9 +19,10 @@ class Rule::Registry::TransactionResource < Rule::Registry
Rule::ActionExecutor::SetTransactionName.new(rule) Rule::ActionExecutor::SetTransactionName.new(rule)
] ]
# TODO PUT BACK if ai_enabled?
enabled_executors << Rule::ActionExecutor::AutoCategorize.new(rule) enabled_executors << Rule::ActionExecutor::AutoCategorize.new(rule)
enabled_executors << Rule::ActionExecutor::AutoDetectMerchants.new(rule) enabled_executors << Rule::ActionExecutor::AutoDetectMerchants.new(rule)
end
enabled_executors enabled_executors
end end