jeremyboles-smart-asset-helper 0.1.5 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/smart_asset_helper.rb +2 -2
- metadata +1 -1
data/lib/smart_asset_helper.rb
CHANGED
@@ -55,10 +55,10 @@ private
|
|
55
55
|
options || {}
|
56
56
|
end
|
57
57
|
|
58
|
-
def ie_assets(asset_type, args, auto)
|
58
|
+
def ie_assets(asset_type, args, auto, request_params)
|
59
59
|
ie_assets = ''
|
60
60
|
%w{ 6 7 8 }.each do |v|
|
61
|
-
assets = @_asset_manager.required_with_extra(asset_type, "ie#{v}", auto)
|
61
|
+
assets = @_asset_manager.required_with_extra(asset_type, "ie#{v}", auto, request_params)
|
62
62
|
|
63
63
|
unless assets.blank?
|
64
64
|
assets = case asset_type
|