Fixed offense

This commit is contained in:
Dennis Günnewig 2015-01-08 14:53:20 +01:00
parent 67125a3f91
commit 747ca86212

View file

@ -53,7 +53,7 @@ module Middleman
proxy_resource proxy_resource
end end
# rubocop:disable AccessorMethodName # rubocop:disable Style/AccessorMethodName
def get_source_file def get_source_file
if proxy? if proxy?
proxied_to_resource.source_file proxied_to_resource.source_file
@ -61,6 +61,7 @@ module Middleman
super super
end end
end end
# rubocop:enable Style/AccessorMethodName
def content_type def content_type
mime_type = super mime_type = super