Method: CrowdFund::Project#total_pledges

Defined in:
lib/crowd_fund/project.rb

#total_pledgesObject



20
21
22
# File 'lib/crowd_fund/project.rb', line 20

def total_pledges
  @pledges_received.values.reduce(0, :+)
end