Commit 23b96c3d52cd59e0928df0b765e9e5393bc26d0a

Authored by Caio Salgado + Alessandro Palmeira
Committed by Paulo Meireles
1 parent f933c56c

[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,7 +2,7 @@ class Kalibro::ModuleResult < Kalibro::Model
2 2
3 attr_accessor :module, :date, :grade, :metric_result, :compound_metric_with_error 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 response = request( 6 response = request(
7 :get_module_result, 7 :get_module_result,
8 { 8 {