# File lib/action_view/helpers/record_tag_helper.rb, line 15 def div_for(record, *args, &block) content_tag_for(:div, record, *args, &block) end