Remove duplicate attr_accessor. Closes #1352
This commit is contained in:
parent
a1979f11b1
commit
0d2bcbabe9
|
@ -80,10 +80,6 @@ module Middleman
|
||||||
@local_metadata[:blocks] += [block] if block_given?
|
@local_metadata[:blocks] += [block] if block_given?
|
||||||
end
|
end
|
||||||
|
|
||||||
# The output/preview URL for this resource
|
|
||||||
# @return [String]
|
|
||||||
attr_accessor :destination_path
|
|
||||||
|
|
||||||
# Extension of the path (i.e. '.js')
|
# Extension of the path (i.e. '.js')
|
||||||
# @return [String]
|
# @return [String]
|
||||||
def ext
|
def ext
|
||||||
|
|
Loading…
Reference in a new issue