mirror of
https://github.com/apigy/selfstarter.git
synced 2026-01-09 14:27:55 -05:00
4 lines
142 B
Ruby
4 lines
142 B
Ruby
class PaymentOption < ActiveRecord::Base
|
|
attr_accessible :amount, :amount_display, :delivery_desc, :description, :limit, :shipping_desc
|
|
end
|