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