5 lines
No EOL
98 B
Ruby
5 lines
No EOL
98 B
Ruby
bp = BillingPlan.new
|
|
bp.name = "Default billing plan"
|
|
bp.amount = 0
|
|
bp.percentage_fee = 0
|
|
bp.save! |