asset-rack
asset-rack copied to clipboard
if asset.checkUrl request.path
in Asset.handle, when dealing with a set of @assets why do we need to call checkUrl for each child asset?
What if I want my child assets to respond to different Urls than the bundled collection? I think this check is not necessary.