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