This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
start_range = Date.today.beginning_of_month | |
end_range = Date.today.end_of_month | |
# Seeing that we don't use these three collections, I would normally remove them, and their associated code here. But, | |
# Without knowing the greater context of this code, I guess, I'll just leave it be | |
employers = [] | |
partners = [] | |
controller_resources = [] |