Module: ActiveDecorator::RelationDecoratorLegacy
- Defined in:
- lib/active_decorator/decorator.rb
Instance Method Summary collapse
Instance Method Details
#to_a ⇒ Object
60 61 62 63 64 |
# File 'lib/active_decorator/decorator.rb', line 60 def to_a super.tap do |arr| ActiveDecorator::Decorator.instance.decorate arr end end |