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
All the code in app/services/*.rb seems to repeat itself (each service defines the same self.select_all_options and self.label methods) - these could be abstracted out into a common module and included into each service instead.
The text was updated successfully, but these errors were encountered:
All the code in
app/services/*.rb
seems to repeat itself (each service defines the sameself.select_all_options
andself.label
methods) - these could be abstracted out into a common module and included into each service instead.The text was updated successfully, but these errors were encountered: