Extension setup methods should be private, not protected

remove_hooks
Ben Hollis 2014-05-10 20:16:37 -07:00
parent ef9da685de
commit 6515f01800
1 changed files with 1 additions and 2 deletions

View File

@ -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