houdini/db/seeds.rb

5 lines
No EOL
98 B
Ruby

bp = BillingPlan.new
bp.name = "Default billing plan"
bp.amount = 0
bp.percentage_fee = 0
bp.save!