Post #4152571
2026-07-28 00:50 UTC
Nothing is stopping you from putting your controllers in app/models, and your models in app/controllers.
Replies (2)
-
@AlesandroOrtiz@infosec.exchange 2026-07-28 02:15
@Ryanbigg@ruby.social You joke, but I have actually done this.
-
@andrewharvey@hachyderm.io 2026-07-29 02:33
@Ryanbigg@ruby.social The auto-loader doesn't even complain? Or is it that just that app/models/* and app/controllers/* just get automagically loaded irrespective of what they include?