Open martyn-w opened 6 years ago
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.
app/services/*.rb
self.select_all_options
self.label
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.