Fix previous commit

v3-stable
Thomas Reynolds 2015-06-22 10:48:40 -07:00
parent 3fca2c6961
commit 709a0d1a6c
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class Middleman::Extensions::AssetHost < ::Middleman::Extension
# @param [String] path
# @param [String] prefix
# @return [String]
def asset_url(path, prefix='')
def asset_url(path, prefix='', options={})
controller = extensions[:asset_host]
original_output = super