Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@brighton36
brighton36 / rails_exercise.rb
Last active September 14, 2023 19:01
rails_exercise.rb
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 = []