The Rails Way - Namespaces

后端 未结 4 1790
一生所求
一生所求 2020-12-04 08:16

I have a question about how to do something \"The Rails Way\". With an application that has a public facing side and an admin interface what is the general consensus in the

4条回答
  •  爱一瞬间的悲伤
    2020-12-04 08:48

    Thanks to everyone that answered my question. Looks like the consensus is to use namespaces if you want to as there is no DHH sponsored Rails Way approach. :)

    Again, thanks all!

提交回复
热议问题