# File lib/sprockets/rails/legacy_asset_url_helper.rb, line 112 def image_path(source, options = {}) path_to_asset(source, {:type => :image}.merge(options)) end