Elektrine lite

← Feed

@andrewharvey@hachyderm.io

Post #4185671

2026-07-29 02:33 UTC

@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?

Replies (1)

  • @Ryanbigg@ruby.social 2026-07-29 02:55

    @andrewharvey@hachyderm.io they’re both dirs in auto load path and their file names match their class names. It’ll work.

    Open ##4185670