# File lib/apotomo/rails/view_helper.rb, line 56 def widget_tag(tag, options={}, &block) options.reverse_merge!(:id => widget_id) content_tag(tag, options, &block) end