Sha256: 18cf707cced36248fcd83db2301ae39dd339e5363386986b25d9a149ff8829d7
Contents?: true
Size: 299 Bytes
Versions: 12
Compression:
Stored size: 299 Bytes
Contents
module AbstractController module Rendering def view_assigns_with_decorator hash = view_assigns_without_decorator hash.values.each do |v| ActiveDecorator::Decorator.instance.decorate v end hash end alias_method_chain :view_assigns, :decorator end end
Version data entries
12 entries across 12 versions & 1 rubygems