# File lib/deltacloud/helpers/application_helper.rb, line 268 def format_address(address, opts={}) capture_haml do haml_tag :address, { :type => address_type(address) }.merge(opts) do haml_concat address end end end