AgileVentures / sing_for_needs

Prototype
4 stars 12 forks source link

Implement create performance with related cause #142

Open aonomike opened 4 years ago

aonomike commented 4 years ago

Expected Behavior

Performances belong to causes, and when creatin a performance, a relationship with a Cause should be added

Current Behavior

Performance is saved to database without a cause

Possible Solution

Update the changeset for Performance to associate with a Cause

Possible Implementation