you guys have any tutorial how to integrate solidus into an existing rails app with devise installed and my controller is named home already?
j
Jared Norman
02/06/2023, 2:47 PM
I’m not sure if we have docs for that, but generally speaking you configure Solidus so that the user class is your user class, add the address book concern to it, then fix all the stuff that’s broken.
b
benmorganio
02/08/2023, 11:52 PM
You should easily be able to get things working for your own user class.