hensei-api/app/views/api/v1/favorites/base.json.rabl
Justin Edmund b9140430e2 Add favorites controller and templates
Allows saving and deleting favorites
2022-02-27 19:05:25 -08:00

3 lines
80 B
Ruby

object :favorite
attributes :id, :user_id, :party_id, :created_at, :updated_at