You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Rails >> Setup documentation for ROM you say:
Accessing the global container directly is considered as a bad practice. The recommended way is to use a DI mechanism to inject specific ROM components as dependencies into your objects. See rom-rails-skeleton for an example of such setup.
However, it appears that you are only substituting the global singleton MyApp.instance for Rom.env. How is this not just another global container?
The text was updated successfully, but these errors were encountered:
In the Rails >> Setup documentation for ROM you say:
However, it appears that you are only substituting the global singleton MyApp.instance for Rom.env. How is this not just another global container?
The text was updated successfully, but these errors were encountered: