method
last_year
rails latest stable - Class:
ActiveSupport::CoreExtensions::Date::Calculations
last_year(# :nodoc:)public
No documentation available.
# File activesupport/lib/active_support/core_ext/date/calculations.rb, line 138
def last_year # :nodoc:
ActiveSupport::Deprecation.warn("Date#last_year is deprecated and has been removed in Rails 3, please use Date#prev_year instead", caller)
prev_year
end