mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-01-27 10:47:55 -05:00
Also removed the superfluous .plantings_count method on Crop, which was causing some confusion. A thing we learned today: we should use .size to find the size of ActiveRecord collections, not .count, because .count doesn't use the cache (while .size does).