Fix previous commit
This commit is contained in:
parent
3fca2c6961
commit
709a0d1a6c
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue