# File lib/sprockets/helpers.rb, line 252 def image_path(source, options = {}) asset_path source, Helpers.default_path_options[:image_path].merge(options) end