1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actiontext/app/helpers/action_text
Akira Matsuda 530f7805ed It may be better to explicitly require 'object/try' where we call try
In most cases it works now without explicit require because it's accidentally required through
active_support/core_ext/date_and_time/calculations.rb where we still call `try`,
but that would stop working if we changed the Calculations implementation and remove the require call there.
2019-08-01 18:51:51 +09:00
..
content_helper.rb Make Action Text's rendering helpers more configurable 2019-04-22 10:15:25 -04:00
tag_helper.rb It may be better to explicitly require 'object/try' where we call try 2019-08-01 18:51:51 +09:00