Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Allows pass argument for `Time#prev_month` and `Time#next_month`
- Loading branch information
Showing
with
67 additions
and 22 deletions.
- +27 −0 activesupport/CHANGELOG.md
- +9 −5 activesupport/lib/active_support/core_ext/date_and_time/calculations.rb
- +24 −0 activesupport/test/core_ext/date_and_time_behavior.rb
- +0 −4 activesupport/test/core_ext/date_ext_test.rb
- +0 −4 activesupport/test/core_ext/date_time_ext_test.rb
- +0 −4 activesupport/test/core_ext/time_ext_test.rb
- +7 −5 guides/source/active_support_core_extensions.md