Skip to content

Commit

Permalink
Update default minimum allocation to $1,000
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Mar 5, 2025
1 parent 9878c0c commit 13cc2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/fund.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def to_s
end

def default_minimum_for_allocation_cents
100_00
1000_00
end

def minimum_for_allocation_cents
Expand Down

0 comments on commit 13cc2dc

Please sign in to comment.