Extension setup methods should be private, not protected
This commit is contained in:
parent
ef9da685de
commit
6515f01800
|
@ -81,7 +81,7 @@ module Middleman
|
|||
end
|
||||
end
|
||||
|
||||
protected
|
||||
private
|
||||
|
||||
def setup_options(options_hash)
|
||||
@options = self.class.config.dup
|
||||
|
@ -151,7 +151,6 @@ module Middleman
|
|||
end
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue