Closed winzou closed 10 years ago
This PR adds the ability to configure container services in the loader configs.
You can now do:
.... callbacks: before: - do: [@my_existing_service, method]
And it will call the real service my_existing_service. This was not possible before.
my_existing_service
awesome! :+1:
Very nice !
Could you add an unit test on the compiler pass ?
@yohang done ;)
Fine, as usual ;)
This PR adds the ability to configure container services in the loader configs.
You can now do:
And it will call the real service
my_existing_service
. This was not possible before.