rubyforgood / pdx_diaper

Inventory system for Portland Diaper Bank, created at Ruby For Good 2016
MIT License
6 stars 3 forks source link

Sorts drop down menus in ticketing and donation views #87

Closed cubadomingo closed 7 years ago

cubadomingo commented 7 years ago

I had to alter the gemfile for the app to properly install. I just added the fork for activeadmin and the jquery-ui-rails gem as well to the gemfile.

I sorted the items by name in both the donation and ticket filters. I also sorted the items when selecting them in the creation of a new ticket or donation.

All specs are passing.

Resolves #83

armahillo commented 7 years ago

:+1: Thanks dude!