lib/voom/presenters/dsl/components/mixins/content.rb in voom-presenters-0.1.13 vs lib/voom/presenters/dsl/components/mixins/content.rb in voom-presenters-0.2.0
- old
+ new
@@ -3,10 +3,10 @@
module DSL
module Components
module Mixins
module Content
def content(**attributes, &block)
- self << Components::Content.new(parent: self, context: context, **attributes, &block)
+ self << Components::Content.new(parent: self, **attributes, &block)
end
end
end
end
end