prev_year()
Short-hand for years_ago(1).
# File activesupport/lib/active_support/core_ext/date_and_time/calculations.rb, line 156 def prev_year years_ago(1) end