Fixed offense
This commit is contained in:
parent
67125a3f91
commit
747ca86212
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue