prev_month()
Short-hand for months_ago(1).
# File activesupport/lib/active_support/core_ext/date_and_time/calculations.rb, line 155 def prev_month months_ago(1) end