Module: ActiveDecorator::RelationDecorator
- Defined in:
- lib/active_decorator/decorator.rb
Instance Method Summary collapse
Instance Method Details
#records ⇒ Object
68 69 70 71 72 |
# File 'lib/active_decorator/decorator.rb', line 68 def records super.tap do |arr| ActiveDecorator::Decorator.instance.decorate arr end end |