lib/cosgrove/config.rb in cosgrove-0.0.2 vs lib/cosgrove/config.rb in cosgrove-0.0.3rc1
- old
+ new
@@ -118,10 +118,10 @@
disable_comment_voting || default_disable_comment_voting
end
private
def chain
- @chain ||= yml[:chain]
+ @chain_hash ||= yml[:chain]
end
def yml
return @yml if !!@yml