diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2014-07-09 18:44:53 -0300 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2016-08-11 12:16:45 -0700 |
commit | 5aabcf25caefbe84f656256a9d3e7fc0c9e14ecc (patch) | |
tree | a290600aa1735ba209c7cc7adc3cdd47083d6674 /actionpack/lib/abstract_controller/railties | |
parent | ebc3639139d21eeb8452edb28ce62530cc075198 (diff) | |
download | rails-5aabcf25caefbe84f656256a9d3e7fc0c9e14ecc.tar.gz rails-5aabcf25caefbe84f656256a9d3e7fc0c9e14ecc.tar.bz2 rails-5aabcf25caefbe84f656256a9d3e7fc0c9e14ecc.zip |
Include missing module in tag_helper
Since 6857415187810f1289068a448268264d0cf0844f we are using #safe_join to
join the content when an Array is given, so we must include the dependent
module here to make sure it's available when this module is used alone.
This was making Simple Form tests to fail with current master due to the
missing dependency.
Diffstat (limited to 'actionpack/lib/abstract_controller/railties')
0 files changed, 0 insertions, 0 deletions