last_month()
Short-hand for months_ago(1)
# File activesupport/lib/active_support/core_ext/time/calculations.rb, line 121 def last_month months_ago(1) end