1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/lib
Carlos Antonio da Silva 05fde24e1e Include missing module in tag_helper
Since 6857415187 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.
2014-07-09 18:47:35 -03:00
..
action_view Include missing module in tag_helper 2014-07-09 18:47:35 -03:00
action_view.rb just require the template resolver 2014-01-31 12:05:50 -08:00