Commit 23b96c3d52cd59e0928df0b765e9e5393bc26d0a
Committed by
Paulo Meireles
1 parent
f933c56c
Exists in
master
and in
22 other branches
[Mezuro] modifed fuction name to find_by_project_name_and_module_name_and_date
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/mezuro/lib/kalibro/module_result.rb
... | ... | @@ -2,7 +2,7 @@ class Kalibro::ModuleResult < Kalibro::Model |
2 | 2 | |
3 | 3 | attr_accessor :module, :date, :grade, :metric_result, :compound_metric_with_error |
4 | 4 | |
5 | - def self.find_module_result(project_name, module_name, date) | |
5 | + def self.find_by_project_name_and_module_name_and_date(project_name, module_name, date) | |
6 | 6 | response = request( |
7 | 7 | :get_module_result, |
8 | 8 | { | ... | ... |