mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Extension setup methods should be private, not protected
This commit is contained in:
parent
ef9da685de
commit
6515f01800
1 changed files with 1 additions and 2 deletions
|
@ -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