Hi guys,
I started to integre spree to an existing application.
From the documentation, I know that we can easily carried out logic
customisation.
For example, to override the logic in product.rb, we can create the
product_decorator.rb and put it inside the models folder in my own
application.
But I do not want to these decorator files mixed with my original models.
Can I create a sperate folder inside models, even sub directories to
override logic?
If this case, how to tell spree to find those overridden files.
And creating a extension maybe is a good idea, but overriding is not the
purpose of extension.
Thanks.
--