require 'active_support/all'
Useful for when I want to do date based additions/subtractions like: "what's the date in 25 days":
25.days.from_now
require 'active_support/all'
Useful for when I want to do date based additions/subtractions like: "what's the date in 25 days":
25.days.from_now