Is it possible to use my own application layout file in my main rails app instead of spree's? I have my main app already setup with devise and then added spree. Spree frontend uses
frontend/app/views/spree/layouts/spree_application.html.erb
in its own gem as its layout and I read how to override that file with my own in app/overrides
or Deface, but I don't want to duplicate the content that is already in my app/views/layouts/application.html.erb
.
I'm looking to use my own file instead or overriding spree's.