lib/voom/presenters/dsl/components/footer.rb in voom-presenters-0.1.13 vs lib/voom/presenters/dsl/components/footer.rb in voom-presenters-0.2.0
- old
+ new
@@ -12,10 +12,10 @@
expand!
end
def menu(title=nil, **attribs, &block)
return @menus if locked?
- @menus << Menu.new(title,parent: self, context: context,
+ @menus << Menu.new(title,parent: self,
**attribs, &block)
end
end
end