Remove duplicate attr_accessor. Closes #1352

This commit is contained in:
Thomas Reynolds 2014-08-20 09:48:55 -07:00
parent a1979f11b1
commit 0d2bcbabe9

View file

@ -80,10 +80,6 @@ module Middleman
@local_metadata[:blocks] += [block] if block_given?
end
# The output/preview URL for this resource
# @return [String]
attr_accessor :destination_path
# Extension of the path (i.e. '.js')
# @return [String]
def ext