module CrowdFund::PledgePool

Constants

PLEDGES

Public Class Methods

random() click to toggle source
# File lib/crowdfund/pledge_pool.rb, line 11
def self.random
  PLEDGES.sample
end