zendesk / link_platform

A SaaS application for linking community services to end users
Apache License 2.0
8 stars 7 forks source link

Create a PaymentAccepted model #276

Closed ceg1236 closed 4 years ago

ceg1236 commented 4 years ago

A model for PaymentAccepted needs to be created. It should follow the Open Referral specification.

Here's a diagram for reference.

Start with a rails g scaffold PaymentAccepted field:type ... and fill out the generated files.

Requirements:

Make sure to run a rake db:migrate after finishing your migration in order to update the db/schema.rb file.