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
Aaron Patterson 97ef636191 Stop nil checking on safe_append=
ERB compiler guarantees safe_append= will be called with a string, so
nil checks don't make sense.  Anything else calling this method should
check for nil themselves before calling
2014-09-14 13:26:39 -07:00
..
action_view Stop nil checking on safe_append= 2014-09-14 13:26:39 -07:00
action_view.rb Now only requiring Loofah in the places where it is needed. 2014-06-16 21:04:14 +02:00