Rails - travel_to in the console

02 Feb 26

rails c

require 'active_support/testing/time_helpers'
include ActiveSupport::Testing::TimeHelpers
travel_to Date.parse('30/4/2022')
used this when testing implementation of validation on Freeze earliest date