instance method
prev_quarter
Ruby on Rails 6.1.7.10
Since v4.0.13Signature
prev_quarter()
Short-hand for months_ago(3).
Source
# File activesupport/lib/active_support/core_ext/date_and_time/calculations.rb, line 235
def prev_quarter
months_ago(3)
end
Defined in activesupport/lib/active_support/core_ext/date_and_time/calculations.rb line 235
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in DateAndTime::Calculations