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.
All the code in
app/services/*.rbseems to repeat itself (each service defines the sameself.select_all_optionsandself.labelmethods) - these could be abstracted out into a common module and included into each service instead.