Module: ActiveDecorator::RelationDecorator

Defined in:
lib/active_decorator/decorator.rb

Overview

For AR 5+

Instance Method Summary collapse

Instance Method Details

#recordsObject



96
97
98
99
100
# File 'lib/active_decorator/decorator.rb', line 96

def records
  super.tap do |arr|
    ActiveDecorator::Decorator.instance.decorate arr
  end
end