Open source tracking and inventory management application for nonprofit, Voices of Consent (Ruby for Good 2019)
38
stars
82
forks
source link
change `@box_requests.where...` to `@box_requests = @box_requests.where...` ? #437
Open
maebeale opened 4 years ago
@sarslanoglu should this be
@box_requests = @box_requests.where...
?Originally posted by @maebeale in https://github.com/rubyforgood/voices-of-consent/pull/414