Re: <https://github.com/solidusio/solidus/issues/6...
# support
t
Re: https://github.com/solidusio/solidus/issues/681 I just finished renaming all my occurances of
User
to
RootUser
(root_user.rb) so it won't clash with
Spree::User
when attempting to install the starter frontend🤞 It would be so nice with just
User
and
Spree::User
but from what I understand that would require some massive refactoring of the core? You guys also mentioned I could install the starter frontend without authentication and then manually mix and mash the two Devises -- is that something you guys would prefer to do personally?