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
end
# rubocop:disable AccessorMethodName
# rubocop:disable Style/AccessorMethodName
def get_source_file
if proxy?
proxied_to_resource.source_file
@ -61,6 +61,7 @@ module Middleman
super
end
end
# rubocop:enable Style/AccessorMethodName
def content_type
mime_type = super