E1837 refactor review mapping controller

From Expertiza_Wiki
Revision as of 15:17, 26 October 2018 by Dwgoslen2 (talk | contribs)
Jump to navigation Jump to search

This work was to refactor the review_mapping_controller.rb file to be more maintainable and to separate concerns for higher-cohesion and lower coupling.


Goals

- remove unused controller methods
- remove SQL statements from the controller into models/helpers where applicable


New Helpers

Removed Methods

Refactored Methods