CSC/ECE 517 Fall 2017/E1750 Refactor review mapping controller.rb
About Expertiza
Current Project
- Complete pending tests in review_mapping_controller_spec.rb, and write integration tests for newly-created methods.
- Refactor response_report method
- Use find_by instead of dynamic method
- Use sort_by(&:name) instead of sort { |a, b| a.name <=> b.name }