aboutsummaryrefslogtreecommitdiffstats
path: root/actiontext/lib/action_text/attachments
Commit message (Collapse)AuthorAgeFilesLines
* It may be better to explicitly require 'object/try' where we call `try`Akira Matsuda2019-08-011-0/+2
| | | | | | 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.
* Import Action TextGeorge Claghorn2019-01-043-0/+67