method
last_year
last_year(# :nodoc:)
public
Hide source
# File activesupport/lib/active_support/core_ext/time/calculations.rb, line 160 def last_year # :nodoc: ActiveSupport::Deprecation.warn("Time#last_year is deprecated and has been removed in Rails 3, please use Time#prev_year instead", caller) prev_year end


