Module: ActiveDecorator::RelationDecoratorLegacy

Defined in:
lib/active_decorator/decorator.rb

Overview

For AR 3 and 4

Instance Method Summary collapse

Instance Method Details

#to_aObject



92
93
94
# File 'lib/active_decorator/decorator.rb', line 92

def to_a
  ActiveDecorator::Decorator.instance.decorate super
end