Skip to content

does not work with rails 2.3 #2

@xain

Description

@xain

I got Argument 1 for 0 (sum method) error with rails 2.3.

Have to modified / lib / indicators / calculations / helper.rb
sum method to:

  unless method_defined?(:sum)
    # Compute the sum of the values of an Array.
    def sum
      return self.inject(0){|accum, i| accum + i }
    end
  end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions