module CrowdFund::PledgePool
Constants
- PLEDGES
Public Class Methods
random()
click to toggle source
# File lib/crowd_fund/pledge_pool.rb, line 11 def self.random PLEDGES.sample end
# File lib/crowd_fund/pledge_pool.rb, line 11 def self.random PLEDGES.sample end