discourse/app/services/service
Loïc Guitaut 0636855706 DEV: Allow using an AR relation as a model in services
This patch allows using an AR relation as a model in services without
fetching associated records. It will just check if the relation is empty
or not. In the former case, the execution will stop at that point, as
expected.
2024-08-20 16:32:46 +02:00
..
base.rb DEV: Allow using an AR relation as a model in services 2024-08-20 16:32:46 +02:00