Module: Gifted::RelationDecorator
- Defined in:
- lib/gifted/decorator.rb
Instance Method Summary collapse
Instance Method Details
#records ⇒ Object
96 97 98 99 100 |
# File 'lib/gifted/decorator.rb', line 96 def records arr = super Gifted::Decorator.instance.decorate arr arr end |